- A CSS selector that matches an HTML element based on the value of the element’s
id
attribute. The selector consists of a “#” followed by theid
attribute’s value. ID selectors have a higher specificity than attribute selectors.
- More about this term (beta): Web search, articles and videos, books
- Previous term: ID
- Next term: IDE
- Random term: Hot module replacement