<-- -->

Free Web Hosting : Free Hosting : Troubled Teens : Report Abuse




Lists!


Why lists? well... see?

to do that in html it's a two step process. the first step is to let html know your doing a list, with one of two tags : <ul> for "unordered list" or <ol> for ordered list.

then, for everything on the list, you would precede it with the list tag <li>

then you tell the browser that you're not making a list anymore with the closing tag </ul> or </ol>

two lists.

<ul>
<li> wash hair
<li> wash car
<li> wash dog
<li> brush teeth
<li> shave cat
<li> etc
<li> etc
<li> etc.
</ul>
you can also make lists within lists by inserting multiple OL or UL tags (and closing tags. ) here is a complex list – view source to see how the placement of OL and UL within the lists allow for more complex lists.

Organize your space with tables