next up previous contents
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@cs.cf.ac.uk