This document discusses HTML forms and form elements. It defines forms as collections of controls that allow users to input data. Key points covered include:
- The <FORM> tag is used to add a form to a web page and has "action" and "method" attributes.
- Common form elements/controls include text fields, radio buttons, text areas, checkboxes and drop-down lists. Different tags and attributes are used to implement each type.
- Hands-on examples demonstrate how to create text fields, radio buttons and text areas using the <INPUT> and <TEXTAREA> tags along with appropriate attributes.
- A lab exercise has students explore and modify an example form to learn about