View Single Post
Old 03-01-2008, 04:33 PM   #2 (permalink)
SpOrTsDuDe.Reese
Senior Moderator
 
SpOrTsDuDe.Reese's Avatar
Default

There are tags, such as the <img> tag which there is no closing tag for, but you need to close </head>. It's standard markup and you cannot validate your page without it. If you don't close tags, everything that is put on there, will be not the way you want. Make sure you stay out of quirks mode by adding a doc type. w3schools.com has a lot of good resources.
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+
Code:
<style type="text/css"> u { text-decoration: none; } </style>
GameYin. Redesigning for DevPlooth.
SpOrTsDuDe.Reese is offline   Reply With Quote