HTML ABBREVIATION TAG BASIC EXAMPLE
Run
<!DOCTYPE html>
    <head>  
        <title>HTML Abbreviation tag Basic Example</title>  
    </head>    
    <body>  
        <h2>Indian Government</h2>  
        <p><abbr>RAW</abbr> is a special organization in India.</p>  
    </body>  
</html>