Skip to content

HTML Checking for Large Sites

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

Attributes for HTML elements must be defined like name="value". The name may be missing before the =.

Some examples:

<!-- Missing equal sign -->
<p name "value"></p>

<!-- Missing space before the attribute -->
<pname "value"></p>

Related W3C validator issues