FREE HTML CODE
Search HTML Code

HTML Lists Examples

This page contains examples of HTML lists - examples of list-specific code that you can use for your own website.
To use the code, copy it straight from the text box and paste it into your own website. Feel free to modify it as required.
Some examples may not display properly. This will depend on your browser/user agent.



DescriptionCodeResult
Ordered List (numbered list)
  1. List item 1
  2. List item 2
  3. List item 3
Unordered List (unnumbered list)
  • List item 1
  • List item 2
  • List item 3
Definition List
Term 1
Definition of term 1
Term 2
Definition of term 2
Images as Bullets
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'disc'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'circle'

  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'square'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'decimal'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'decimal-leading-zero'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'lower-roman'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'upper-roman'
  • List item 1
  • List item 2
  • List item 3

Bullet Type: 'lower-greek'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'lower-alpha'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'lower-latin'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'upper-alpha'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'upper-latin'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'hebrew'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'armenian'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'gregorian'

  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'cjk-ideographic'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'hiragana'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'katakana'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'hiragana-iroha'
  • List item 1
  • List item 2
  • List item 3
Bullet Type: 'katakana-iroha'
  • List item 1
  • List item 2
  • List item 3

Bullet Type: 'none'
  • List item 1
  • List item 2
  • List item 3
| More