LISTS

Page 2


Text Images Sound Links Tables
Frames Forms Style Sheets Scripts Links to Other Pages




EXAMPLES


Example 1



LIST 1 (Ordered/Numbered List)
  1. Item a
  2. Item b
  3. 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)
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)
  1. Item a (beginning of Ordered List)


  2. Item b
  3. 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)
  1. Item a (Roman numerals replacing numbers)
  2. Item b
  3. 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)
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)
  1. Item a (list starting from 7 rather than 1)
  2. Item b
  3. 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)
  1. Item a
  2. Item b
  3. Item q (17 and 18 replacing 3 and 4 in the list)
  4. Item r
To see the code for LIST 9, look for <!-- Code for LIST 9 --> in View Source.

Return to First Page

line


Home    Assumptions    Introduction    Tools    Resources    Contact