Skip to main content

HTML Guide

Free site validation

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

Duplicate attribute “X”.

Attributes in HTML elements must be unique. For example, <a id="one" id="two"> is invalid as the attribute id is repeated.