I have come across a really good HTML Tutorial. Click on the link below.
The HTML language needs commands to turn formatting on and off so things need to be done in pairs.
To Change font color: type < then font color then = and put the color you want in quotes then type >
My font can be red.
My font can be blue.
To change font size: type < no space font size no space= and the size in quotes end with >
My font can be this +3.
My font can be this +8.
To turn the changes off you need < no space / no space font no space > and it will revert back to the orgininal settings.
I can change the color and size of my font at the same time.
Look at me now!
To center things use the <> with center in the middle and use < / > with center to turn it off.(no spaces)
You can build tables to put information in neat columns and rows. To make this table try this HTML programming.
Start with < then type as written-table border="4" cellpadding="4" cellspacing="4" style="border-collapse: collapse" bordercolor="#0000FF" width="100%" id="AutoNumber1" bordercolorlight="#0099FF" bordercolordark="#000066">
Then < td width="100%" align="center">< font size="6" color="#000066">
Then < a name="top of page">Technology Integration
Then < td width="100%" align="center">< font size="6" color="#000066">Norwell
Public Schools K - 12< /font>< /td>
Please understand I have added spaces before and after the < and > symbols in these directions. You will leave those spaces out.