Add the HTML 4.01 Strict doctype
Add a lang attribute on the html element
Move the width/height/border attributes on various elements into an external stylesheet
Add alt attributes to your images
The first image should probably be inside an h1 element
Remove the table, its being abused for layout. Use CSS instead.
Use OL/UL and LI for your list of menu items (instead of the paragraphs you have at the moment)
Use h1/h2/h3 etc for headings, not underlined, strongly emphasied paragraphs.
Don't underline things that aren't links, doing so is confusing.
2007-12-14 10:03:31
·
answer #1
·
answered by David D 7
·
1⤊
0⤋
Here's a good html/css tutorial: http://htmldog.com
2007-12-14 18:40:57
·
answer #2
·
answered by daa 7
·
0⤊
1⤋
Highlight them then delete.
2007-12-14 18:04:09
·
answer #3
·
answered by Orange_5775 3
·
0⤊
1⤋
http://validator.w3.org/
it will help you to make it valid XHTML
but if you have to support it with CSS you must know about css
http://www.w3schools.com/css/default.asp
and this will help you
http://xhtml.com/en/css/reference/
2007-12-14 18:50:43
·
answer #4
·
answered by star.seem 1
·
0⤊
1⤋