Generate semantic unordered, ordered, or definition lists from structured items.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Items become ul, ol, or dl structures; ordered-list start and reversed attributes and dt/dd pairs are emitted from the selected model. Nested items become nested list elements.
Items: Home About Products Contact Type: ul List style: Class name: nav-links
<ul class="nav-links"> <li>Home</li> <li>About</li> <li>Products</li> <li>Contact</li> </ul>
Documentation steps, navigation menus, and glossaries generate HTML lists.