CSS Attribute Selectors
- Which of the following selectors selects the specified elements of type E with a particular class value?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
h1.note {text-decoration: underline;}
/* underlines all h1 tags with
class='note' */