HTML list examples
Unordered lists
Unordered list:
- first item
- second item
- let me think... third item
- fourth item
Unordered list with disc bullets:
- first item
- second item
- let me think... third item
- fourth item
Unordered list with square bullets:
- first item
- second item
- let me think... third item
- fourth item
Unordered list with circles bullets:
- first item
- second item
- let me think... third item
- fourth item
Ordered lists
- first item
- second item
- third item
- fourth item
Ordered roman list
- first item
- second item
- third item
- fourth item
Ordered alphabetically list
- first item
- second item
- third item
- 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
- Starting a Document
- Building Document Structure
- Inserting Elements and Tags
- Using Empty Elements
- Using Attributes
- Inserting Entities
- The Contents of an XHTML Document
- The HEAD Section
- The BODY Section
- Commenting a Document
- Adding Links to a Document
- Decorating a Document with Multimedia
- Supported Multimedia formats
- Graphics Formats
- Audio Formats
- Video Formats
- converting an HTML document to XHTML
- A Sample XHTML Document