HyperTextMarkupLanguage

HTML Advanced Functions


| Home | Agenda | Next |

Forms Continued

The Form tag tells a Web Browser where a form in your HTML document begins and ends. The first and last tags in your form are always the FORM tags. The form needs to know HOW and WHERE to send the inputted information.

HOW

WHERE

Basic structure of a FORM tag:

        <FORM METHOD=POST ACTION="name of server program">
        </FORM>

| Home | Agenda | Next |

T10D021