Sign in or 

| <form> <input> <input> </form> |
| <form> First name: <input type="text" name="firstname"> <br> Last name: <input type="text" name="lastname"> </form> |
| <form> <input type="radio" name="sex" value="male"> Male <br> <input type="radio" name="sex" value="female"> Female </form> |
| <form> I have a bike: <input type="checkbox" name="vehicle" value="Bike" /> <br /> I have a car: <input type="checkbox" name="vehicle" value="Car" /> <br /> I have an airplane: <input type="checkbox" name="vehicle" value="Airplane" /> </form> |
| <form name="input" action="html_form_action.asp" method="get"> Username: <input type="text" name="user"> <input type="submit" value="Submit"> </form> |
| <form> | Defines a form for user input |
| <input> | Defines an input field |
| <textarea> | Defines a text-area (a multi-line text input control) |
| <label> | Defines a label to a control |
| <fieldset> | Defines a fieldset |
| <legend> | Defines a caption for a fieldset |
| <select> | Defines a selectable list (a drop-down box) |
| <optgroup> | Defines an option group |
| <option> | Defines an option in the drop-down box |
| <button> | Defines a push button |
| <isindex> | Deprecated. Use <input> instead |
|
CustardOwns |
Latest page update: made by CustardOwns
, Oct 9 2007, 5:56 AM EDT
(about this update
About This Update
446 words added view changes - complete history) |
|
Keyword tags:
None
More Info: links to this page
|