Answer: Option D
Explanation:
Control auto-completion.Use the autocomplete attribute on the form or input element.
Answer: Option A
Specify where the response from the server should be displayed.Use the target attribute on the form element (or the formtarget attribute on the button element).
Associate an element with a form that is not an antecedent.Use the form attribute.
Automatically focus on an input element when the form is loaded.Use the autofocus attribute on the input element.
Disable an individual input element.Apply the disabled attribute to the input element.
Disable a group of input elements.Apply the disabled attribute to the fieldset element.
Use the button element to submit a form.Set the value of the type attribute to submit.
Answer: Option B
Use the button element to reset a form.Set the value of the type attribute to reset.
Create a basic form.Use the form, input, and button elements.
Specify a name for the formUse the name attribute on the form element.
Answer: Option C
Add a label for an input element.Use the label element.
Use the button element as a generic button control.Set the value of the type attribute to button.
Group input elements together.Use the fieldset element.
Add a descriptive label to a fieldset element.Use the legend element.
Specify the URL that the form data is sent to.Use the action attribute on the form element (or the formaction attribute on the button element).
Specify the way in which the form data is encoded for transmission to the server.Use the enctype attribute on the form element (or the formenctype attribute on the button element).
Mail: Support@gicgac.com
Copyright © 2015 - All Rights Reserved - GICGAC