| <META>
Attributes:
NAME="description statement or
keywords"
CONTENT="brief description
or comma-seperated list of keywords"
|
|
Lets
you insert keywords and a brief description of the page's content.
<META> tags must contain both attributes.
Example: <META NAME="Essential HTML Tags page" CONTENT="tags,
html, essential, basic, web, page, my, design, primer,"> |
| <BODY></BODY>
Attributes: BACKGROUND="filename"
Inserts a background image (named filename) behind the contents
of the page.
BGCOLOR="hexadecimal color"
Determines the background color of this page.
TEXT="hexadecimal color"
Determines the text color.
LINK="hexadecimal color"
Determines the color of unvisited links.
ALINK="hexadecimal color"
Determines the color of active links (links being clicked).
VLINK="hexadecimal color"
Determines the color of visited links. |
|
Contains
everything on the page.
Example: <BODY BACKGROUND="background.gif" BGCOLOR="#000000"
TEXT="#FFFFFF" LINK="#3366FF" ALINK="#666666"
VLINK"#3333CC"> |