qualcuno mi sa spiegare questi errori per poi poterli correggere ? il link è questo
end tag for "meta" omitted, but OMITTAG NO was specified.
…ype" content="text/html; charset=iso-8859-1">✉
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 9, Column 0: start tag was here.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> Line 10, Column 62: end tag for "link" omitted, but OMITTAG NO was specified.
…el="stylesheet" type="text/css" href="style/style.css">✉
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 10, Column 0: start tag was here.
<link rel="stylesheet" type="text/css" href="style/style.css"> Line 13, Column 14: document type does not allow element "div" here; assuming missing "body" start-tag.
<div id="main"> ✉
Line 168, Column 11: end tag for element "div" which is not open.
</div></div>✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
XML Parsing Error: XML declaration allowed only at the start of the document.
<?xml version="1.0" encoding="iso-8859-1"?>✉
Line 11, Column 7: XML Parsing Error: Opening and ending tag mismatch: link line 10 and head.
</head>✉
Line 168, Column 12: XML Parsing Error: Opening and ending tag mismatch: meta line 9 and div.
</div></div>✉
Line 176, Column 7: XML Parsing Error: Opening and ending tag mismatch: head line 7 and body.
</body>✉

Rispondi quotando
