Skip to main content

HTML Guide

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