Metadata
Title
✎ Technique: Identifying lists of content
Category
general
UUID
f68cc1d666ce456ca08cd957bf7d298b
Source URL
https://accessibility.huit.harvard.edu/technique-semantic-list-markup
Parent URL
https://accessibility.huit.harvard.edu/accessibility-topics/text
Crawl Time
2026-03-23T03:14:13+00:00
Rendered Raw Markdown

✎ Technique: Identifying lists of content

Source: https://accessibility.huit.harvard.edu/technique-semantic-list-markup Parent: https://accessibility.huit.harvard.edu/accessibility-topics/text

Lists are collections of related content. For example, a navigation bar is a list of links or a set of instructions may be an ordered (numbered) list. Clearly identifying a set of items as a list helps people understand that relationship. When you include a list in your page content, this relationship needs to be conveyed visually, and it also needs to be conveyed to people using screen readers.

Examples

✗ Bad example

It's perfectly possible to create a structure that looks like a list by using characters to mimic bullets:

* Mars

* Jupiter

* Saturn

This might look like a list, but to screen readers, it's just three lines of plain text, each preceded by an asterisk.

(Note: Some content editing systems, like Markdown or MediaWiki, will convert asterisks into proper list items when you publish the content. But you should check that this will happen before writing lists!)

✓ Good example

When you use an online editor or word-processing software to write lists, make sure you use its list option to create lists. When the content is published, it will be converted to a proper list, using HTML that’s similar to this example:

Here, an unordered list is represented by a