'dfn' Example : dfn « Tags « HTML / CSS

HTML / CSS » Tags » dfn 
'dfn' Example
 
    
<html>
<head>
<title>dfn element example</title>
</head>
<body>
<p>
<acronym>W3C</acronym> stands for <dfn>World Wide Web Consortium.</dfn>
</p>
</body>
</html>
           
      
        
  
Related examples in the same category
1.Definition
2.Use UL and LI to create definition layout
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.