Solved

Which of the Following List Styles Should Be Applied to the Ol

Question 2

Multiple Choice

Which of the following list styles should be applied to the ol element to display an unordered list with markers as shown below?
• Home
• Getting Started
• Scrapbooking Tips
• Supply List


A) ul {list-style-type: none;}
B) ul {list-style-type: upper-greek;}
C) ul {list-style-type: circle;}
D) ul {list-style-type: disc;}

Correct Answer:

verifed

Verified

Related Questions