HTML Guide
Attributes in HTML elements must be unique. For example, <a id="one" id="two"> is invalid as the attribute id is repeated.
Last reviewed: October 27, 2022
Was this guide helpful?
Attributes in HTML elements must be unique. For example, <a id="one" id="two"> is invalid as the attribute id is repeated.
Last reviewed: October 27, 2022