LISTS
Page 2

EXAMPLES
Example 1
LIST 1 (Ordered/Numbered List)
- Item a
- Item b
- Item c
To see the code for LIST 1, right click anywhere on the screen where
there is no text or image, then left click on View Source. Look for
<!-- Code for LIST 1 -->

Example 2
LIST 2 (Unordered/Bulleted List)
To see the code for LIST 2, look for <!-- Code for LIST 2 --> in
View Source.

Example 3
LIST 3 (Defenition/Unmarked/Indented List)
- Item a
- Item a1
- Item a2
- Item a3
- Item b
- Item b1
- Item b2
- Item c
- Item c1
To see the code for LIST 3, look for <!-- Code for LIST 3 --> in
View Source.

Example 4
LIST 4 (List within a List/Nested List)
- Item a (beginning of first Unordered list)
- Item b
- Item b1 (beginning of second Unordered list)
- Item b2 (end of second Unordered list)
- Item c (end of first Unordered list)
To see the code for LIST 4, look for <!-- Code for LIST 4 --> in
View Source.

Example 5
LIST 5 (Combined Ordered and Unordered List)
- Item a (beginning of Ordered List)
- Item a1 (beginning of Unordered List)
- Item a2 (end of Unordered List)
- Item b
- Item c (end of Ordered List)
To see the code for LIST 5, look for <!-- Code for LIST 5 --> in
View Source.

Example 6
LIST 6 (Changing the Appearance of an Ordered List)
- Item a (Roman numerals replacing numbers)
- Item b
- Item c
To see the code for LIST 6, look for <!-- Code for LIST 6 --> in
View Source.

Example 7
LIST 7 (Changing the Appearance of an Unordered List)
- Item a (squares replacing bullets)
- Item b
- Item c
To see the code for LIST 7, look for <!-- Code for LIST 7 --> in
View Source.

Example 8
LIST 8 (Changing the Starting Number/Letter of an
Ordered List)
- Item a (list starting from 7 rather than 1)
- Item b
- Item c
To see the code for LIST 8, look for <!-- Code for LIST 8 --> in
View Source.

Example 9
LIST 9 (Changing any Number/Letter Within an Ordered
List)
- Item a
- Item b
- Item q (17 and 18 replacing 3 and 4 in the list)
- Item r
To see the code for LIST 9, look for <!-- Code for LIST 9 --> in
View Source.
Return to First Page

Home
Assumptions
Introduction
Tools
Resources
Contact