CSS Attribute Selectors


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











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    h1.note {text-decoration: underline;}
    /* underlines all h1 tags with
    class='note' */