The id
attribute is a unique id specifier for a html element. In any given html document no two elements can have the same id
. Used to target specific elements with CSS or JavaScript code.
Search
The id
attribute is a unique id specifier for a html element. In any given html document no two elements can have the same id
. Used to target specific elements with CSS or JavaScript code.