Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following selectors selects the specified elements of type E with a particular class value?

a) E.class
b) E ~ F
c) *
d) E, F, G

Answer: a
Explanation: Example:
h1.note {text-decoration: underline;}
/* underlines all h1 tags with class=’note’ */

Join The Discussion