|
Tag | Description | Attributes | Support Limited To |
---|---|---|---|
<FORM>...</FORM> | Inserts an input form into the HTML document. Used to define an area containing input fields for user feedback. The two attributesl, ACTION and METHOD, are required | ACTION=... METHOD=... | |
<INPUT> | Inserts an input field in the form. The type of input field is determined using the TYPE attribute. Acceptable values for TYPE are: TEXT, CHECKBOX, RADIO, SUBMIT, RESET, and HIDDEN. | CHECKED MAXLENGTH=... NAME=... SIZE=... TYPE=... VALUE=... | |
<OPTION>...</OPTION> | Defines an item for a SELECT input object. | SELECTED | |
<SELECT>...</SELECT> | Inserts a selection input object, pop-up menu. | MULTIPLE NAME=... SIZE=... | |
<TEXTAREA>...</TEXTAREA> | Inserts a multiline text input field. | COLS=... NAME=... ROWS=... |
To the Main Gate | Back to the HTML3 Bible Directory | To the Foyer |