Note Book 2
This is how to create an ordered list or <ol>
- first you need to start the list by typing <ul>
- the second step is to decide whether you want to create a number or bulleted list
- If you want a ordered list then you need to:
- type <li> followed by </li>
- note: you need to remember to close the paranthesis
- If you want a bulleted list then you need to do the following:
- type <ul> followed by </ul>
- 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.
- First you start out the list by typing <ul>
- The next thing you do is type <li> followed by closeing </li>
- Finally, you need to close the un-ordered list by typing </ul>
index
Notebook 3>