|
Structural Tags:
Here are the basic tags for establishing the structure of a HTML document.
NOTE: These tags are all container tags; i.e., they require an opening and closing tag.
<HTML> identifies the entire document as HTML
<HEAD> identifies the head of the document
<TITLE> gives the page a title
<BODY> identifies the body of the document
|