<abbr> for Abbreviations

The abbr element marks an abbreviation.

 
<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>Example</title> 
    </head> 
    <body> 
        <abbr title="The United States of America">USA</abbr> 
        is a federal constitutional republic comprising fifty states and a federal district.
    
    </body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: