Switch to full style
HTML code examples
Post a reply

usage of ol tag

Tue Feb 21, 2012 12:27 am

Following example show the usage of the ol tag to create a ordered list.

Code:

 
<html>
<
head>
  <
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <
title>Ordered List</title>
</
head>

<
body>
   <
center>
  <
p>
      
In this example we should a 
      simple usage 
for using ordered list.
  </
p>
    </
center>
    <
p>
    
Following is the top five students.
  <
ol>
    <
li>Ahmed Hossam</li>
    <
li>Mark Tomas</li>
    <
li>Jozef Samwel</li>
    <
li>Bishoy Michel</li>
    <
li>Mohamed Ali</li>
  </
ol>
    </
p>

</
body>
</
html>
 




Post a reply
  Related Posts  to : usage of ol tag
 dd tag usage     -  
 Usage of ins tag     -  
 usage of kbd tag     -  
 tt usage example     -  
 Usage of UL tag     -  
 Usage of sub tag     -  
 var tag usage     -  
 Usage of sup tag     -  
 dir tag usage     -  
 Usage of xmp html tag     -  

Topic Tags

HTML List