Text element: the abbreviation element : abbr « Tags « HTML / CSS

HTML / CSS » Tags » abbr 
Text element: the abbreviation element
 




<html>
<head>
<title>Text element: the abbreviation element</title></head>
<body>
<ul>
<li><abbr>This is how the abbreviation element displays.</abbr></li>
</ul>
</body>
</html>

 
Related examples in the same category
1.Add dotted bottom line to abbr and acronym
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.