Skip to main content

HTML Guide

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.