Skip to main content

HTML Guide

Free site validation

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

Element “title” must not be empty.

The <title> element, used to define the document’s title, is required and must not be empty.

Example:

<html>
  <head>
    <title>Automated Website Validator</title>
  </head>
  <body>
    <p>...</p>
  </body>
</html>

Related W3C validator issues