Visit Mozilla.org

HTML:Element:abbr

From MDC

[edit] Summary

<abbr>...</abbr> (Abbreviation) element underlines an abbreviation and provides a full description on hover.

[edit] Example

   <p>
   
       Tony Blair is the prime minister of the <abbr title="United Kingdom">UK</abbr>
   
   </p>

[edit] Result

Image:Abbr.gif

Tony Blair is the prime minister of the UK


HTML Elements
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
(Quick Links: HTML Element Cross Reference, HTML Category)