Home » CSS » CSS Attribute Selectors » Question
  1. Which of the following selector selects the element that is the first child of its parent that is of its type?
    1. ::first-letter
    2. ::first-line
    3. :first-of-type
    4. :last-child
    5. None of these
Correct Option: C

Example: strong:first-of-type {font-size:bigger;}



Your comments will be displayed only after manual approval.