[Update] HTML Lists : BULLETED LISTS

This page shows how to make different kinds of bulleted lists.

You have the following bullet options:

  • disc

  • circle

  • square
Look at these examples to see the detailed syntax.
HTML Text:
<ul>
<li>text</li>
<li>text</li>
<li>text</li>
</ul>

Output:

  • text
  • text
  • text

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel