Skip to main content

HTML Guide

Free site validation

Find out what web pages on your sites are affected by HTML issues.

End tag for “body” seen, but there were unclosed elements.

A closing </body> tag has been found, but there are unclosed elements before it. For example this has an unclosed <section> element:

<body>
    <section>
    
</body>

Related W3C validator issues