Lists MCQ 15 Questions
Time: ~25 mins Beginner

CSS Lists — MCQ Test

Practice list-style, markers, spacing, custom bullets, and horizontal nav lists.

Easy: 5 Q Medium: 6 Q Hard: 4 Q

Styling Lists in CSS

Semantic ul/ol/li elements stay in the HTML; CSS controls markers, spacing, and layout for menus and content lists.

list-style-position

Inside vs outside markers affects how multi-line list items align with bullets or numbers.

Common patterns

list-style: none + padding reset for custom bullets; flex for horizontal nav.