next up previous
Next: Basic HTML Page Structure Up: Basic HTML Programming Previous: Anatomy of Any HTML

HTML Tags

All HTML commands or tags have the following form:

<name_of_tag>...</name_of_tag>

Tags control the structure, formatting and hypertext linking or HTML pages.

Tags are made active by <name_of_tag> and must be made inactive by an associated </name_of_tag>.

HTML is not case sensitive -- tags can be upper or lower case letters (even mixtures of cases).



Dave Marshall
9/28/2001