bbb Home
Lists Contents        

ORDERED LISTS

  1. Numbered lists
  2. Can set numbering type using type attribute
    1. Numbers are default
    2. Can change to letters like this using type = "a"
    3. Also type = "i"
    4. This is a list nested in a list

UNORDERED LISTS

 

TAG DESCRIPTION
<ol></ol> Defines an ordered list
<ul></ul> Defines an unordered list.
<li></li> Defines an item for a list

EXAMPLE

Font: 8pt   12pt   20pt   24pt   Width: Min. 50%   75%   100%   

PRACTICE

1. Experiment with the example above:

  1. Make the outer list an unordered list.
  2. Add "Item 4" to the list
  3. Make the nested list have letters "a", "b",... instead of "i", "ii",...
  4. Add a nested list with two items under Item 3.

2. Experiment with Dreamweaver.

  1. How can you add lists? Notice that there are several places that provides options of making lists.
  2. Make a list.
  3. Nest a list in the list that you created in b.

SELF-QUIZ