chris linford get going guides
item1

Nested Lists

It is possible to have lists with their own sub list. The important thing it to close each sub list when you are finished with it otherwise the sub list will just go on forever until you say stop. This example has lots of </ul> to close the sub sections.

<ol> This will confuse you </ol>

 

<b>Nested Unordered List</b>

<ul>

<li>This is the first item

<li>This is the second item

<ul>

<li> This is the first sub-item of the second item

<ul>

<li> And this is a sub-item of a sub-item

<li> Getting lost yet?

</ul>

<li> This is the second sub-item of the second item

<li> This is the third sub-item of the second item

</ul>

<li>This is the third item

</ul>

    This will confuse you
Nested Unordered List
  • This is the first item
  • This is the second item
    • This is the first sub-item of the second item
      • And this is a sub-item of a sub-item
      • Getting lost yet?
    • This is the second sub-item of the second item
    • This is the third sub-item of the second item
  • This is the third item

pev2 next1

facebook
linkedin
twitter
youtube
item7a return to home page Chris Linford Get Going Guides return to home page chris linford get going guides