First page Back Continue Last page Graphics
HTML part
- <FORM>: marks the form
- <INPUT>: tag used to define variables and field types
- TEXT: single-line textbox
- PASSWORD: single-line textbox but in hidden text
- <TEXTAREA>: tag used for multiple-line textbox
- RADIO: radio button single-choice selections
- CHECKBOX: checkbox button multiple-choice selections
- <SELECT>: tag used for pull-down menus
- RESET: used to reset variables back to default value
- SUBMIT: used to submit form to the CGI script
- BUTTON: used to submit form to a JavaScript or other client-side script
- HIDDEN: used to submit hidden information