HTML list examples

Unordered lists

Unordered list: Unordered list with disc bullets: Unordered list with square bullets: Unordered list with circles bullets:

Ordered lists

  1. first item
  2. second item
  3. third item
  4. fourth item
Ordered roman list
  1. first item
  2. second item
  3. third item
  4. fourth item
Ordered alphabetically list
  1. first item
  2. second item
  3. third item
  4. fourth item

Definition list

aardvark
lovable furry critter. watch out for the claws
wombat
another obscure animal you'll find in the zoo
emu
a bird like an ostrich?

Page 548 nested lists example

Chapter 2: Constructing a Basic document

  1. Starting a Document
  2. Building Document Structure
    1. Inserting Elements and Tags
    2. Using Empty Elements
      1. Using Attributes
    3. Inserting Entities
  3. The Contents of an XHTML Document
    1. The HEAD Section
    2. The BODY Section
  4. Commenting a Document
  5. Adding Links to a Document
  6. Decorating a Document with Multimedia
    1. Supported Multimedia formats
      1. Graphics Formats
      2. Audio Formats
      3. Video Formats
  7. converting an HTML document to XHTML
  8. A Sample XHTML Document