HyperTextMarkupLanguage

HTML Advanced Functions


| Home | Agenda | Next |

Select - Continued

Drop Down Menu

Example:
        <SELECT NAME=selecttest>
        <OPTION>Cat
        <OPTION>Dog
        <OPTION>Horse
        </SELECT>
will produce:


| Home | Agenda | Next |

T10D032