Month 2 Week 2

Lots of Lists

Lists Within Lists

One of the fun things about lists is that you can put one list inside another list, which is called "embedding". I'll give you the code, you add it to your page to try it out.

<OL>
<LH>My Test of Lists Within Lists</LH>
<LI>I learned how to make unordered lists.
<LI>I learned how to make ordered lists.
<UL>
<LI>Unordered lists use bullets to show each item.
<LI>Ordered lists use numbers to each item.
</UL>
<LI>I learned how to make definition lists.
<DL>
<DT>Definition List
<DD>A list consisting of terms and definitions
</DL>
<LI>Then I learned how to make lists within lists.
</OL>

Try it yourself and see how it looks, then modify it to make it your own.

That's it for this week. Next week, we'll be learning about simple graphics in HTML!

Updated Tag List

©2003, Gnosis 4-H Club
The 4-H name and 4-H logo are service marks protected under 18 U.S.C. 707.

Questions? Comments? Problems? Contact the Webmaster!


Home