Skip to main content

Top 10 HTML Errors

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

Last update: Friday, April 4, 2025

1. Duplicate ID “X”. 35.96%

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.

2. Attribute “X” not allowed on element “Y” at this point. 21.71%

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.

3. No space between attributes. 14.80%

Attributes in HTML elements need to be separated by space.

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

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

5. An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. 3.82%

<img> tags, used to include images on a document, require an alt attribute to describe the contents of the image. This is essential for users that cannot see the image (like screen reader users), or as an alternate text when the image cannot be displayed.

6. The “X” attribute on the “Y” element is obsolete. Use CSS instead. 3.07%

You’re using an attribute X that is no longer valid for element Y, but you can use CSS to achieve the same effect.

7. Malformed byte sequence. 2.53%

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

8. Bad value “” for attribute “target” on element “a”: Browsing context name must be at least one character long. 2.18%

The target attribute on <a> elements can’t be blank.

9. Stray end tag “X”. 1.95%

An end tag for X has been found that does not correspond to a previous open tag. This usually happens when you close the same tag twice.

10. Character reference was not terminated by a semicolon. 1.92%

Character references must always start with an ampersand (&) and end with a semicolon (;), for example the < character can be referenced as &lt;.

Switch to Spanish or Portuguese

Ready to validate your sites?
Start your trial today.