Switch to full style
HTML code examples
Post a reply

dd tag usage

Tue Dec 20, 2011 3:39 pm

Example below show the usage of dd tag which is used for data definition .

Code:
<html>
<
head>
<
title>dd usage example</title>
</
head>
<
body>
  <dl>
    <dt>Egypt</dt>
    <dd>is a country mainly in North Africa, 
    with the Sinai Peninsula forming a land bridge in Southwest Asia
. </dd>
    <dt>Egyptian pyramids</dt>
    <dd>are ancient pyramid-shaped masonry structures located in Egypt.</dd>
</
dl>
</
body>
</
html>
 




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