8. Lists
- 8.1. Tag unordered lists with
<ul>
and<li>
- 8.2. Tag ordered lists with
<ol>
and<li>
- 8.3. Mark up definition lists with
<dl>
,<dt>
and<dd>
Skip to content Skip to secondary menu Version Française
You are here: Homepage > AcceDe Web Guidelines > Accessibility guidelines for HTML, CSS and Javascript > 8. Lists
<ul>
and <li>
<ol>
and <li>
<dl>
, <dt>
and <dd>