Features: order is not essential
- Keyboard-friendly controls
- Responsive layout
- Readable colour contrast
Choose the list whose meaning matches the relationship between items.
The nested list belongs inside the parent li, after its label.
Use ul when order does not matter and ol when sequence carries meaning.
<ul>
<li>Keyboard-friendly controls</li>
…
</ul>
<ol>
<li>Read the task.</li>
…
</ol>