12.
Which of the following selector selects the elements that are currently enabled?

13.
Which of the following selector selects the element that is the first child of its parent that is of its type?

14.
Which of the following selector selects elements that do not match the selector s?

15.
Which of the following selector selects an element if it’s the only child of its parent?

16.
Which of the following selector selects the element that is the target of a referring URI?

17.
Which of the following selector applies styles to elements that are valid per HTML5 validations set either with the pattern or type attributes?

18.
p {line-height: 150%;}.What type of selector is used in this case?

19.
By applying an ___________ a style can be applied to just a single tag.