Skip to main content

Top 10 HTML Issues

Web developers worldwide have found 301 million HTML issues on 10 million checked web pages.
Here are the most common issues detected by Rocket Validator.

Last update: Saturday, September 7, 2024

1. Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. 48.21%

Void elements, like area, base, br, col, embed, hr, img, input, link, meta, source, track, and wbr are self-closing and don’t need a trailing slash /, which should be avoided as that can interfere with unquoted attribute values.

2. The “type” attribute is unnecessary for JavaScript resources. 10.57%

The default type for <script> tags is JavaScript, so you don’t need to include the type for JS resources.

3. The first occurrence of ID “X” was here. 9.90%

Element IDs in an HTML document must be unique. The HTML validator is indicating the first occurrence of an ID that is repeated. Check the details for that issue to see web pages affected, and the elements within them, to fix that ID repetition.

4. Duplicate ID “X”. 9.89%

The id attribute is used to identify a single element within a document, and is required to be unique. Check the document for repeated IDs.

5. Malformed byte sequence. 5.83%

The document could not be properly parsed due to malformed characters. Check the document encoding.

6. Attribute “X” not allowed on element “Y” at this point. 4.62%

An invalid attribute has been found on an element. Check the affected tag to ensure attributes are well-formed, and if they are you can consider using custom data attributes.

7. No space between attributes. 4.18%

Attributes in HTML elements need to be separated by space.

8. Element “X” not allowed as child of element “Y” in this context. 3.86%

The element X is not allowed as a child element of Y. For example, a <ul> element cannot have a <div> child element.

9. Forbidden code point X. 1.53%

A character has been found in the document that is not allowed in the charset encoding being used.

10. Attribute “X” is not serializable as XML 1.0. 1.42%

An attribute could not be parsed from the HTML input, probably due to a typo. Check this guide for a related HTML issue.

Switch to Spanish or Portuguese

Ready to validate your sites?
Start your trial today.