Q13
Which of the following selector selects the element that is the first child of its parent that is of its type?
A.
:first-of-type
AnswerB.
:last-child
C.
::first-line
D.
::first-letter
Answer: Option A
Solution
Answer: Option A
Solution:
Example: strong:first-of-type {font-size:bigger;}