CodeAve.com CodeAve.com - HTML - Text Display
ASP
JavaScript
CSS
HTML
·Forms
·Hyperlinks
·Headers
·Images
·Tables
·Text Display
·Miscellaneous
·Contents
·What's New?
Maps
Links
Mail List
Search
Sitemap


 


Ordered Lists
Ordered lists provide a neat and easy way to display items numerically in ascending order without the need for a lot of text to render a neat list.
View the Output
Text View
Print View
Mail this Link
Download the Code

<html>
<head>
<title>
CodeAve.com(Text: Ordered Lists)</title>
</head>
<body bgcolor=
"#FFFFFF">

<ol>
<li>
the first list item</li>
<li>
the second list item</li>
<li>
the third list item</li>
</ol>

<!-- Ordered lists begin and end with <ol> </ol> tags.
Each list item must be enclosed by <li> </li> tags -->

<p>

<ol>
<li>
the first list item</li>
<li>
the second list item</li>
<ol>
<li>
the first sub item</li>
<li>
the second sub item</li>
<li>
the third sub item</li>
</ol>
<li>
the third list item</li>
</ol>

</body>
</html>

 

 

 



ASP: What's New? | Articles | Script Writers | Database Display | Read/Write
Server Variables | Response Objects | Random Events | Miscellaneous
HTML: Forms | Hyperlinks | Headers | Tables | Hyperlinks | Headers | Text Display
JavaScript: Document Info | Forms | Images | Navigation | Script Writers
CSS: Basics | Page Display | Text Display | Script Writers | Miscellaneous
Links | Search Engine db |  Privacy Statement |  Advertising Rates |  Email

CodeAve.com is hosted by MyHosting.com
Donate Food Online with a Mouse Click at TheHungerSite.com
Donate Land Online with a Mouse Click at TheRainForestSite.com
© 1999 - 2010 CodeAve.com
All Rights Reserved