top left
The HTML Source Logo


 html
Top Right
    
 Getting StartedHow Do I...TroubleShootingPromotionContact Us
 html
HTML
SEARCH THE SITE
advanced search



CATEGORIES
Home
Getting Started
HTML Cheat Sheet
Webmaster Tools
HTML Help Forum
Color Codes
Link to us









































bottom
HTML HTML HTML HTML
How Do I Create An Unordered List?


Unordered lists can help you to display items on your website that are in no specific order, such as a list of products or web sites.

How to do it


First place a <UL> at the beginning of your list.

Next place a <LI> in front of every item in your list.

Finally place an ending </UL> at the end of your list.

        Example

I want to tell everyone what my favorite sports are, my code would look like this:

<UL>
<LI>Football
<LI>Basketball
<LI>Baseball
<LI>Hockey
<LI>Soccer
</UL>

Seeing this in the browser will look like this:

  • Football
  • Basketball
  • Baseball
  • Hockey
  • Soccer




< BACK











Company   |   Careers   |   Partners   |   Advertising   |   Help
Privacy Policy   |   Trademark Notices   |   User Agreement
© 2001 TheHTMlSource.com, INC. All Rights Reserved.



Site hosted by Angelfire.com: Build your free website today!