<HTML>
The <HTML> Tag is the mother of all Tags. It contains
all the text and HyperText Markup. The <HTML> should
be the first thing in your code (if no
<!DOCTYPE> is used) and
</HTML> should be the last thing in your code. There are
no commands inside <HTML> unless you are using
Style Sheets.
<html><head>
<title>D.J. Quad's HTML Tag Reference List</title>
</head>
<body>
[...]
</body></html>
|