Solved

Mike Decides to Use the Cascading Style Sheets (CSS) List-Style

Question 10

Multiple Choice

Mike decides to use the Cascading Style Sheets (CSS) list-style properties to create the list of all the grocery goods offered by the online store. Which of the following style rules is accurate if Mike wants to define a filled square bullet for an unordered list of all the grocery items?


A) uli { style-rule: square bullet type; }
B) ul { list-style-type: square; } ol
C) ul { list-style-type: square; }
D) { list-style-type: square; }

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions