Switch to full style
HTML,DHTML,Javascript,XML,CSS
Post a reply

unordered-ordered-Definition-list-HTML-Tags

Fri Jun 29, 2007 12:29 am

How to make lists
For unordered list :
Code:
<ul>
<
li>Coffee</li>
<
li>Milk</li>
</
ul> 


For ordered lists
Code:
<ol>
<
li>Coffee</li>
<
li>Milk</li>
</
ol> 


How to make Definition Lists
Code:
<dl>
<
dt>Coffee</dt>
<
dd>Black hot drink</dd>
<
dt>Milk</dt>
<
dd>White cold drink</dd>
</
dl> 




Post a reply
  Related Posts  to : unordered-ordered-Definition-list-HTML-Tags
 nested ordered list     -  
 creating non ordered list using UL tag.     -  
 Remove ordered list numbers     -  
 ordered list from specific number     -  
 ordered list with roman numbers     -  
 Add border around ordered list elements     -  
 HTML Tags -2     -  
 H1 H2 H3 H4 H4 H5 H6 heading html tags     -  
 How meta tags can be written in HTML     -  
 bold-heading-paragraph-HTML-Tags     -  

Topic Tags

HTML List