You don't know HTML Lists
The article explores the different types of HTML lists beyond basic unordered and ordered lists, emphasizing their proper semantic use in web development. It highlights five kinds of lists, including less commonly known ones like description and menu lists, and explains when to use each based on content structure and user interaction. Special focus is given to control lists using <select>, <option>, <datalist>, and related HTML elements for form inputs.
- ▪There are five types of HTML lists: ordered, unordered, description, menu, and control lists.
- ▪If changing the order of list items changes meaning, an ordered list (<ol>) should be used.
- ▪Description lists (<dl>) are intended for key-value pairs or definitions.
- ▪Control lists for user input can be built using <select> + <option> or <input> + <datalist> combinations.
- ▪The <optgroup> element allows grouping of related options within a <select> dropdown.
2 outlets in our directory ran this story, first to last over 23 hours. All of the coverage we found sits in one bucket: centre. That one-sidedness is itself worth noticing.
Hacker News (Front Page) files mainly under programming. We currently carry 743 of its stories. Top-voted stories on Hacker News.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Frank M Taylor |
| Canonical URL | https://blog.frankmtaylor.com/2026/05/13/you-dont-know-html-lists/ |
| Publication time | Sat, 16 May 2026 16:58:26 +0000 |
| Retrieval time | 2026-05-16T17:10:19.007Z |
| Last seen | 2026-05-16T17:21:21.623Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | X8qu4ypggmIW · 2 stories |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
May 13, 2026 by paceaux You don’t know HTML Lists Reading Time: 13 minutes This second installment in the “You don’t know HTML” series is going to be all about the ways that we put collections of things together. We’re skipping over the MDN and W3Schools introductory pages and instead we’re going into the kind of stuff you discover after accidentally taking your cousin’s Ritalin right before you open up the W3C specs. Let’s dive deep into lists. We’re not even talking about the ways you can style them. This isn’t an introduction! I’m assuming you’ve got real-world experience writing HTML and this isn’t your first time searching “How to make a list.” What I’m going to cover are all of the ways you can put collections of content together.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Frank M Taylor.