Basic HTML Tags
<html>
<head> <title> </title> </head>
<body> </body>
</html>
Other Tags
<hr> = horizontal rule line
<br> = break
<p> = new paragraph
<img src="name"> = add jpeg or gif image to page
<body bgcolor="#"> = changes background color of page
<body text="#"> changes body text color of page
<b> </b> = boldface
<i> </i> = italics
<h1> </h1> = largest type size to smallest <h6> </h6>
<!--------> creates invisible words except in source