Checked At:03:05
5 Guests
0 Users
Online doing the past 15 Minutes!
brugbart.com - Edition/Last Updated: 13. October 2008
Posted The: 23/05/2008 - AT: 16:15
Edited The: 15/08/2008 - AT: 20:49
The <ol> and <ul> tags are used to create lists. Ol stands for ordered lists, while ul stands for unordered lists. Both tags are used togetter with <li> Tags.
They are both useful to make your pages more accessible for screen readers. Used right, you don't need to inclose your lists, or navigation menus in division tags, since ol and ul are block level elements, you can use them to your advantage.
<ol> <li><a href="http://www.blueboden.com/"></a></li> </ol>
The above is a list with a simple link, and shows how to use ol togetter with li tags, li stands for list item. For each item you need an additional li around it, example below:
<ul> <li><h3>Heading</h3></li> <li><p>Item 1</p></li> <li><p>Item 2</p></li> </ul>
Note:You are also allowed to use headings and paragraphs inside li tags, like done above.
Author: BlueBoden
Comments: [0]


Checked At:03:05
5 Guests
0 Users
Online doing the past 15 Minutes!
This page was created in 0.146836042404 seconds
Welcome Guest