Vidyalelo
CSS · Q13

CSS Selectors and CSS Files

Programming · CSS · question 13

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

Answer: Option A

Solution

Answer: Option A
Solution:
Example: strong:first-of-type {font-size:bigger;}