Switch to full style
HTML code examples
Post a reply

listing tag usage

Fri Feb 17, 2012 9:07 pm

Following is an example of using listing tag, listing tag allow you to create a fixed width font for the text.

Code:
<html>
<
head>
<
title>usage of the listing</title>
</
head>
<
body>
  <
center>
     <
p>
         
Following are list of  top 5 friends name.
     </
p>
  </
center>
   <
font size="5">
       <
listing style="font-weight:normal">
       
Jozef.
       <
br>
       
Tom.
       <
br>
       
Ali.
       <
br>
       
Ahmed.
       <
br>
       </
listing>
   </
font>
</
body>
</
html>
    
 




Post a reply
  Related Posts  to : listing tag usage
 Listing the Contents of a Directory     -  
 Listing All Rows and Fields in a Table     -  
 Listing elements using list components in J2me     -  
 java code for listing folder contents from remote folder     -  
 Usage of sub tag     -  
 var tag usage     -  
 usage of ol tag     -  
 Usage of sup tag     -  
 dir tag usage     -  
 dd tag usage     -  

Topic Tags

HTML List