Which of the following selectors selects any tag with an id attribute set?
A
E#id
B
.class
C
#id
D
*
Correct Answer: #id
Example:#test {color: green;}/* makes a tag with id=’test’ green */