Unordered list
A bulleted list, uses round primary-coloured markers for each bullet.
Example
Code sample
1
2
3
4
5
<ul>
<li>First item</li>
<li>Second item<br>With text on the next line</li>
<li>Third item</li>
</ul>
Usage notes
No elements are allowed between the
<ul>
and<li>
elements.
Source files