Gosub lists test
Ordered and unordered list markers, list-style properties, start/reversed, nesting, CSS counters, ::marker, and description lists.
Unordered marker types
Ordered marker types
start & reversed
value override
- One
- Ten
- Eleven
list-style-position
outside
- A longer item that wraps onto a second line to show where the marker sits
- Short
inside
- A longer item that wraps onto a second line to show where the marker sits
- Short
Nested lists
mixed nesting
- Fruit
- Vegetable
- Carrot
- Potato
section counters (1.1.1)
- Intro
- Scope
- Goals
- Design
- Overview
- Modules
- Details
CSS counters & ::marker
custom counter ::before
- Generated
- numbering via
- counter()
styled ::marker
- Red markers
- via ::marker
- pseudo-element
Description list
- HTML
- HyperText Markup Language — the document structure.
- CSS
- Cascading Style Sheets — presentation and layout.
- DOM
- Document Object Model — the in-memory tree.
List as navigation