Skip to content

HTML Checking for Large Sites

Rocket Validator integrates the W3C Validator HTML checker into an automated web crawler.

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