HTML <input> form Attribute
The HTML <input> form Attribute is used to specify that the <input> element can contain one or more forms.
Syntax:
<input form="form_id">
Attribute Value: It contains single value form_id which contains the value i.e form_id which specify the one or more than the button element belongs to. The value of this attribute should be the id of the <form> element.
Example: This Example illustrates the us of form attribute in <input> element.
<!DOCTYPE html> < html > < head > < title > HTML input form Attribute </ title > </ head > < body style = "text-align:center" > < h1 style = "color:green;" > GeeksforGeeks </ h1 > < h2 > HTML < input > form Attribute </ h2 > < form id = "myGeeks" ></ form > < br > Name: < input type = "text" id = "btn" name = "myGeeks" form = "myGeeks" > </ body > </ html > |
Output:
Supported Browsers: The browsers supported by HTML <input> form Attribute are listed below:
- Google Chrome 9.0
- Firefox 4.0
- Apple Safari 5.1
- Opera 10.6