To make a table on HTML.....
You begin with <table>
The you end up using <tr> (for rows), <th>(header), or <td> for the cells.
To really find out how to individually change the font is a bit complicated....until you fidget with the many ways to insert the code. It ends up as <tr> <font color="#"></font></tr>.
Oh and to help people find you on the web, you use the meta data, for example you insert the code below the </title> and it begins like this <meta name="keywords" content="art history" />.
No comments:
Post a Comment