TagsA HTML tag is a keyword (or letter) enclosed in greater-than and less-than characters. In addition to the keyword there may be "attributes". For example:
<tagname attribute=value> . . . text . . . </tagname>
<h1 align=center>A major section title</h1>
Web Page by Stephen Peter, S.Peter@unsw.edu.au last updated 21 July 96 |