Site hosted by Angelfire.com: Build your free website today!

BASIC TAGS

<html></html>
Creates an HTML document
<head></head>
Sets off the title and other information that isn't displayed on the Web page itself.
<body></body>
Sets off the visible portion of the document.

HEADER TAGS

<title></title>
Puts the name of the document in the title bar.

BODY ATTRIBUTES

<body bgcolor=?>
Sets the background color, using name or hex value.
<body text=?>
Sets the text color, using name or hex value.
<body link=?>
Sets the color of links, using name or hex value.

TEXT TAGS

<pre></pre>
Creates preformatted text.
<h1></h1>
Creates the largest headline.
<b></b>
Creates bold text.
<tt></tt>
Creates teletype,or typewriter-style text.
<font size=? color=? face=?></font>
Sets the font size, color and type.