#35567
I'm trying to get my website to be W3C compliant.
I thought I did that, but when I validated my website through their Markup Validation Tool, I got this instead:
Validation Output: 3 Errors
- Line 160, Column 203: end tag for "html" omitted, but OMITTAG NO was specified.
…om";urchinTracker();}</script></body>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
- Line 5, Column 0: start tag was here.
<html xmlns="http://www.w3.org/1999/xhtml">
- Line 2, Column 5: XML Parsing Error: XML declaration allowed only at the start of the document.
<?xml version="1.0" encoding="iso-8859-1"?>
✉
- Line 160, Column > 80: XML Parsing Error: Premature end of data in tag html line 5.
…"/i.js"></script><script type="text/javascriipt">if(typeof(urchinTracker)=='fu…
How do I fix these errors?