HTML Lesson 5: making list

You may want to make a list for easier presentation of information on your website. There are two types of list, unordered bulleted list and ordered numbered list.

To create the unordered list, you will use the “UL” tag together with the list item “LI” tag. There is no need to close the “LI”, as mentioned previously, not every tag will require a closing tag. However, you may still want to close the tag by using “/LI” for the sake of XML convention which requires a closing tag.


<UL>

<LI>List item

<LI>List item

<LI>List item

</UL>


Will become:


  • List item
  • List item
  • List item


Similarly for the order numbered list.

<OL>
<LI>List item
<LI>List item
<LI>List item
</OL>


Will become:


  1. List item
  2. List item
  3. List item


You can also nest the list:

<OL>

<LI>List item

    <OL>

    <LI>List item

    <LI>List item

    </OL>

<LI>List item

<LI>List item

    <UL>

    <LI>List item

    <LI>List item

    <LI>List item

    </UL>

<LI>List item

</OL>


The display result:


  1. List item

    1. List item
    2. List item
    3. List item

  2. List item
  3. List item

    • List item
    • List item
    • List item

  4. List item



Tags: , ,

Leave a Reply

Google  Site Search for JanLeow.com

Recent Posts

  1. Finally installed Windows 7
  2. Google Webmaster Central DNS Verification Method
  3. Leow surname history
  4. Colic in Infants and Colic Cure
  5. Baby Night Out
  6. My Desktop Computer Becoming Slower, Time to Reformat
  7. Careful about Email Spoofing
  8. Jaundice in newborns and Jaundice treatment
  9. Jhoos dating messenger scam site
  10. Build a better mouse trap and customers will beat a path to you
  11. Important To Back Up My PC
  12. Pos Malaysia Postal Rates July 2010
  13. Cure for Boils
  14. How to switch off Bing background
  15. Words of Inspiration Quotes on Confidence


  Jan's Personal Blogs at Blogged

Jan's blogs about life

↑ Grab this Headline Animator

Subscribe To
This Site

XML RSS
Add to Google
Add to My Yahoo!
Add to My MSN
Add to Newsgator
Subscribe with Bloglines RSS update via Email

Enter your email address:

RSS Delivered by FeedBurner