User input
Element |
Markup support |
Description |
Availability |
|||
|---|---|---|---|---|---|---|
HTML |
XHTML |
XHTML-MP |
Partial |
Full |
||
<button> |
x |
x |
Specifies a button. |
4.6 |
||
<fieldset> |
x |
x |
x |
Specifies a form control group container. |
4.6 |
|
<form> |
x |
x |
x |
Specifies a form container. |
3.7 |
4.6 |
<input> |
x |
x |
x |
Specifies a form control. |
3.7 |
4.6 |
<label> |
x |
x |
x |
Specifies a form field label. |
4.6 |
|
<legend> |
x |
x |
Specifies a fieldset legend. |
4.6 |
||
<optgroup> |
x |
x |
x |
Specifies a group of options. |
3.7 |
4.6 |
<option> |
x |
x |
x |
Specifies a choice from a selection list. |
3.7 |
4.6 |
<select> |
x |
x |
x |
Specifies an option list container. |
3.7 |
4.6 |
<textarea> |
x |
x |
x |
Specifies a multiline text field. |
3.7 |
4.6 |
Parent topic: Supported HTML elements: By function