Switch to full style
HTML code examples
Post a reply

creating non ordered list using UL tag.

Wed Feb 22, 2012 12:41 pm

In this example we create unordered list using UL tag .

Code:
<html>
<
head>
<
title>Unordered list</title>
</
head>

<
body>

     <p>
       In this example we create  unordered list
     
</p>
    <ul>
    <li>Price of 1-kilo Orange 2USD.</li>
    
    
<li>Price of 1-kilo Apple 2USD.</li>
    
    
<li>Price of 1-kilo Tomato 3USD.</li>
    
    
<li>Price of 1-kilo Banana 1USD.</li>
    </ul>
    
</body>
</
html>
 




Post a reply
  Related Posts  to : creating non ordered list using UL tag.
 nested ordered list     -  
 ordered list with roman numbers     -  
 ordered list from specific number     -  
 Add border around ordered list elements     -  
 Remove ordered list numbers     -  
 unordered-ordered-Definition-list-HTML-Tags     -  
 Creating table using div tag     -  
 Creating a Method in jsp     -  
 Creating a Directory in php     -  
 Creating Glass Buttons     -  

Topic Tags

HTML List