2006 April & May
Web Class Notes HTML  
Easy Tips for fonts and table design
How to center your line

See web class 2006 html tutor here
Practice your html here
Use these codes to design
 your Web page fonts and tables
FONT Color
Font color and size tag:
<FONT SIZE=2 COLOR="FF0030">
Use the closing tag with it:</font>

Works with:IE/Netscape
Background color for Page
Background color tag for whole pages:
<body bgcolor="303000">

Works with:IE/Netscape
Table Border Color
Color tags used for Table Borders:
<table bordercolor="700030" border=5>

Works with:IE
Table data Cell Color
Color tags used for Table data Cells:
<TD bgcolor="FFFF00">

Works with:IE/Netscape

Font Color, Size  and Style
<FONT COLOR="#CC00FF" SIZE="3" FACE="Comic Sans MS">
Center your line
How to center

copy and paste the code below at the practice center to find out what these heading look like

<CENTER><H1>about my page in html </H1></CENTER>


<CENTER><H2>about my page in html </H2></CENTER>
<CENTER><H3>about my page in html </H3></CENTER>
Practice your HTML
put in your code to see how it works