Switch to full style
HTML code examples
Post a reply

dfn html tag usage

Tue Dec 20, 2011 4:03 pm

Following example show the usage of dfn which is used in defining terms on mouse over event.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<
head>
  
  
<title>dfn tag usage</title>
</
head>

<
body>
  <p>dfn usage for definition on mouse over :
  <dfn title="is a country mainly in North Africa">Egypt</dfn>, or 
  any other country
.</p>

</
body>
</
html>
 




Post a reply
  Related Posts  to : dfn html tag usage
 del html tag usage     -  
 Usage of xmp html tag     -  
 usage of <q> and <blockquote> to add quotes to your HTML     -  
 Usage of UL tag     -  
 Usage of sub tag     -  
 dir tag usage     -  
 var tag usage     -  
 Usage of sup tag     -  
 Usage of ins tag     -  
 usage of kbd tag     -  

Topic Tags

HTML Paragraph