<html>
<head>
<title>Homepage Title Here</title>
</head>
<body>
Homepage body goes here!
</body>
<html>

All of these tags should be included in every html page. When finished, save the file with a .htm or .html extension.

Optional tags within the body tag:
<body background="filename" bgproperties="fixed" text="lime" link="green" alink="green vlink="green" bgcolor="hexidecimal value or color name here">

Note: Some of these tags should not be used in conjunction with one another. Ex. using bgcolor and a background image is an oxymoron and can create problems.

Back to Tips