4.
Which of the following is the correct way to apply Styles?

Inside an HTML element

Inside the section of an HTML page

In an external CSS file

All of the mentioned

5.
Which of the following CSS list properties is/are correct?

Set different list item markers for ordered lists

Set different list item markers for unordered lists

Set an image as the list item marker

All of the mentioned

9.
Which of the following selector selects all elements of E that have the attribute attr that end with the given value?

E[attr^=value]

E[attr$=value]

E[attr*=value]

None of the mentioned

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

:first-of-type

:last-child

::first-line

::first-letter

0Shares
0
Scroll to Top