Tags
Tags are the concatonation of reserved strings and data embedded within HTML source code. Tags have the specific purpose of imparting layout information to the browser. Tags themselves do not appear in the interpreted document as displayed by the browser. Instead the result of following the instructions imparted by each tag is realized in the browser window.
Tags are the sole mechanism through which HTML imparts its instructions.
There are two broad categories of tags:
The particulars of a tag's effect depends upon:
Syntax - Opening Container Tags & Non-container Tags:
Syntax - Closing Container Tags:
Syntax - Attribute Value Pairs