MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following selector is used to selects the element that is the nth child of its parent? |
| A. | nth-child(n) |
| B. | :first-line |
| C. | last-of-type |
| D. | first-of-type |
| Answer» B. :first-line | |