HTML / HTML Attributes

HTML Id Attribute

Oct 12, 2022
1 min read
HTML id Attribute

Definition

The id Attribute specifies a unique identifier for an HTML element. An id element’s value must not be used more than once in an HTML document.

Applicable Elements

id is a Global Attribute, meaning it can be used with all HTML Elements.

Further information is coming soon.