Switch to full style
HTML code examples
Post a reply

ordered list with roman numbers

Wed Feb 22, 2012 12:21 pm

In this example we create an ordered list with roman numbers.
Code:

 
<html>
<
head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>roman numbers ordered list</title>
</
head>

<
body>
   <center>
  <p>
       Following is an example of order 
       list but in this time using roman numbers
.
  </p>
    </center>
    <p>
    Following is ordered list using roman numbers
  
<ol type="I">
    <li>Kane Tom</li>
    <li>Mickel  Jakson</li>
    <li>David Anao</li>
    <li>Abdl Hammed</li>
    <li>Mohamed diab</li>
  </ol>
    </p>

</
body>
</
html>
 




Post a reply
  Related Posts  to : ordered list with roman numbers
 Remove ordered list numbers     -  
 nested ordered list     -  
 creating non ordered list using UL tag.     -  
 ordered list from specific number     -  
 Add border around ordered list elements     -  
 unordered-ordered-Definition-list-HTML-Tags     -  
 Converting arab in Roman Numerals     -  
 add two 24-bit numbers (sum two numbers)     -  
 The harmonic mean of two numbers is given by     -  
 The harmonic mean of two numbers is given by:     -