Category | Name | Description | Example |
---|---|---|---|
<form> | |||
<fieldset> | |||
<legend> | |||
<label> | |||
Input | <input type=checkbox/> | ||
Input | <input type=radio/> | ||
Input | <input type=text/> | ||
Input | <input type=password/> | ||
Input | <input type=hidden/> | ||
Input | <input type=image/> | ||
Input | <input type=submit/> | ||
Input | <input type=reset/> | ||
Input | <input type=file/> | ||
Button | <button type=submit/> | ||
Button | <button type=reset/> | ||
Button | <button type=button/> | ||
Select | <select> | ||
Select | <optgroup> | ||
Select | <option> | ||
<textarea> |