<html> <head>...</head> <body>...</body> </html> |
HTML Structure Basic structure for any HTML document |
|
<title>...</title> |
Document Title Goes inside the <head>...</head> |
|
<!-- blah --> |
Comment Notes and information in the body but not displayed in the browser |
|
<body bgcolor=#XXXXXX> |
Solid Color Background Color the background of the web page. |
|
<body background= "filename.gif"> |
Texture File Background Use a graphic image to repeatedly "tile" and fill the web browser page. |
|
<body TEXT=#XXXXXX LINK=#YYYYYY VLINK=#00HH00> |
Colored Text and Hyperlinks Color all of the text or hypertext items to any color the reader desires. |