List
Ordered, unordered and unstyled lists with readable spacing.
- Proof of a current rabies vaccination
- Proof of spay or neuter, if applicable
- Fill in the application
- Pay the fee
Show the markup
<ul class="cc-list">
<li>Proof of a current rabies vaccination</li>
<li>Proof of spay or neuter, if applicable</li>
</ul>
<ol class="cc-list">
<li>Fill in the application</li>
<li>Pay the fee</li>
</ol>
Accessibility
- Use real
ul/olsemantics — screen readers announce list length and position. cc-list--unstyledremoves markers but keeps semantics for nav-like lists.