Lil Regie's front-end workshop


Unordered list

A bulleted list, uses round primary-coloured markers for each bullet.

Example

0 375 640 768 1024

Open in a new window

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