Writing HTML | About | FAQ | Alumni | Tags | Lessons |

Summary of HTML Tags Used in the Tutorial

Web Page Structure | Text Formatting | Text Breaks & Divisions | Lists | Graphics | Hyper-Links |


Web Page Structure
<html>
<head>...</head>
<body>...</body>
</html>
HTML Structure
Basic structure for any HTML document
Lesson 1
<title>...</title>
Document Title
Goes inside the <head>...</head>
Lesson 1
<!-- blah -->
Comment
Notes and information in the body but not displayed in the browser
Lesson 1
<body bgcolor=#XXXXXX>
Solid Color Background
Color the background of the web page.
Lesson 16
<body background=
"filename.gif">
Texture File Background
Use a graphic image to repeatedly "tile" and fill the web browser page.
Lesson 16
<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.
Lesson 16

Writing HTML Summary of HTML Tags: Web Page Stucture

©1995, 1996 Maricopa Center for Learning & Instruction (MCLI)
Maricopa County Community College District, Arizona

The Internet Connection at MCLI is Alan Levine --}
Comments to levine@maricopa.edu

URL: http://www.mcli.dist.maricopa.edu/tut/tags/tag1.html