Home
About HTML Color
Images and Links Lists
Tables
Lists
-Unordered lists are made up of bullet points
-Ordered lists are made up of numbers.
-ol = ordered list, ul = unordered list. You tag it like this: < ul > then according
to where you want the bullet points, you but < li > followed by < /li > and at the end
you put < /ul >
--------------------
-Form for an Unordered List!:
<ul>
<li > item </li>
<li> item </li>
<li > item </li>
</ul>
- Example:
Grocery List
- milk
- cookies
- ice cream
--------------------
-Form for an Ordered List!:
-Example:
<ol>
<li > item </li>
<li> item </li>
<li > item </li>
</ol>
- Example of ordered list:
Favorite Music
- 10,000 Maniacs
- Avril Lavigne
- Green Day
--------------------
-Form for a Nested List!: (same as above, layering ordered and unordered tags)
<ol>
<li > item </li>
     <ul>
     <li > item </li>
     <li> item </li>
     <li > item </li>
     </ul>
<li> item </li>
<li > item </li>
</ol>
-Two Tiered Example:
Produce
- Fruit
- oranges
- bananas
- strawberries
- Vegetables
- lettuce
- broccoli
- asparagus
-My Three Tiered Example
My Favorite Cities and What I Like About Them!
- Spain
- Granada
- Los Italianos ice cream
- Easily walkable--you don't need a taxi
- Everyone speaks Spanish (as opposed to Catalan)
- Madrid
- Multiple museums
- beautiful landmarks
- cool smaller plazas/li>
- Barcelona
- Las Ramblas
- Plaza del Toros
- Sagrada Familia
- United States
- Washington D.C.
- has ANY type of food you could dream of
- National Cathedral
- The Capitol
- Taos, NM
- Incredible Mexican food
- Eclectic shopping
- Adobe
- Los Angeles, CA
- shopping on Sunset Blvd.
- celebrity sitings
- the sunny weather
Created by:
MeReDiTh
March 2010