Option

<OPTION> </OPTION>

The OPTION tag is used with forms in pull-down menus. It simply describes each option that will be in the field. It would look like this:

<OPTION>Home</OPTION>

For a better example go to the Forms Tutorial.