In the given line of code, identify the type of selector used.
Options:
Explanation:
The id selector uses the id attribute of an HTML element to select a specified element.
Tags:
CSS
Answer:
In the given line of code, identify the type of selector used. CSS id selector.