Note Book 2

    This is how to create an ordered list or <ol>

  1. first you need to start the list by typing <ul>
  2. the second step is to decide whether you want to create a number or bulleted list
  3. If you want a ordered list then you need to:
  4. If you want a bulleted list then you need to do the following:
  5. this should read line #

This is how to create an un-ordered list or <ul>

To create an unordered list it is similiar the ordered list.
  1. First you start out the list by typing <ul>
  2. The next thing you do is type <li> followed by closeing </li>
  3. Finally, you need to close the un-ordered list by typing </ul>
Click to go to my TOEindex Click to go to my TOENotebook 3>