Skip to main content
HTML Validation

Saw an end tag after “body” had been closed.

About This HTML Issue

An end tag has been found after the closing </body> tag, which breaks the expected HTML document structure.

Check out the document structure, a basic example follows:

<!DOCTYPE html>
<html lang="">
  <head>
    <title>Test</title>
  </head>
  <body>
    <p></p>
  </body>
</html>

Last reviewed: October 27, 2022

Was this guide helpful?

Find issues like this automatically

Rocket Validator scans thousands of pages in seconds, detecting HTML issues across your entire site.

Ready to validate your sites?
Start your free trial today.