Validation Output: 13 Errors
Line 53, Column 41: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<h2 class="PostHeaderIcon-wrapper"> <h1>
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Line 62, Column 414: required attribute "alt" not specified
…h="179" height="129" align="right" /><font face="verdana,geneva"> движении,
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 62, Column 995: required attribute "alt" not specified
…th="203" height="145" align="left" /><font face="verdana,geneva">способствующ
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 62, Column 2026: required attribute "alt" not specified
…h="192" height="141" align="right" /><font face="verdana,geneva"> помощи созд
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 62, Column 2741: required attribute "alt" not specified
…th="212" height="140" align="left" /><font face="verdana,geneva">Организм нуж
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 62, Column 3518: required attribute "alt" not specified
…h="174" height="149" align="right" /><font face="verdana,geneva"> научат таки
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Line 144, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</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 29: start tag was here
><div class="Main">
Line 146, Column 20: document type does not allow element "div" here
<div align="center">
✉
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Line 157, Column 35: end tag for "div" omitted, but OMITTAG NO was specified
//--></script><!--/LiveInternet…
✉
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 146: start tag was here
><div align="center">
Line 144, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 29 and body
</body>
✉
Line 145, Column 7: XML Parsing Error: Opening and ending tag mismatch: body line 25 and HTML
</html>
✉
Line 157, Column 34: XML Parsing Error: Premature end of data in tag div line 146
//--></script><!--/LiveInternet-->
✉
Line 157, Column 34: XML Parsing Error: Premature end of data in tag HTML line 2
//--></script><!--/LiveInternet-->