Score: 8
"nothing new here"
date: December 24, 2007
OK, for one, I didn't learn anything I didn't already know about HTML. Also, none of this stuff is relatively "new" to today's internet world. Plus. you got the code for a table all mixed up and funnily enough, copied from a website. Are you sure you know HTML? Here is some PROPER HTML table code:
<table border=3 bgcolor=grey text=white>
<tr>
<td>Upperleft corner box</td><td>Upperright corner box</td>
</tr>
<tr>
<td>Lowerleft corner box</td><td>Lowerright corner box</td>
</tr>
</table>
Other than that <table> spoof, all your codes were correct. Although... everybody already knows them, and if they don't, you could at least tell newbies where to put them.
December 24, 2007
Author's Response:
well thanks for the contructive critisisim, i'll stop with my pathetic attemt at tutorials because i guess i need to look at a few myself.