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
B
:last-child
C
::first-line
D
::first-letter
Correct Answer: :first-of-type