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






'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