Which Input attribute of HTML form specifies the initial value to the field?
3 Likes
Value
Answered By
2 Likes
The <OPTION> tag is used with an <INPUT> tag to display a list of options.
<OPTION>
<INPUT>
Rows attribute defines the height of the Textarea.
Which button is used to clear the contents of a form?
Which form control allows a user to make a selection of only one option among the several possible options?