back to web design info page
back to index of class notes online
HTML BLANK TEMPLATE
Windweaver http://www.windweaver.com/  copyright 1997 by Tracy Marks
web design class notes 
http://www.webwinds.com/classes/design.htm
html template 2  http://www.webwinds.com/classes/htmltemp2.htm
Practice HTML http://www.webwinds.com/classes/practice.htm




Substitute your own text and numbers for TEXT, LINKTEXT,
HEXNUMBER etc. (typed in bold).

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD>
<TITLE>text</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text">
<META NAME="DESCRIPTION" CONTENT="text">
<META NAME="KEYWORDS" CONTENT="text">
<META NAME="GENERATOR" CONTENT="text">
</HEAD>

<BODY TEXT="#hexnumber"
LINK="#hexnumber"
VLINK="#hexnumber"
ALINK="#hexnumber"
BACKGROUND="linktext" body>
        or BGCOLOR ="#hexnumber" body>

<DIV ALIGN=text>
<H#>yourtextheading</H#>
<P><FONT SIZE=#>
yourtext
<A HREF="linktext">
yourtext</A>
</FONT></P></DIV>

<P><IMG SRC="linktext"
ALT="yourtext"
BORDER=#
H=# W=#>

<FONT SIZE=#>
yourtext</FONT>
<BR><A NAME="targettext">
yourtext</A>
yourtext</FONT></P>

<FONT SIZE=#>yourtext
<A HREF="http://www.webwinds.com/contact.htmtextaddress">
text</A>
</FONT></BODY>
</HTML>