ABBR Tag in HTML | HTML Tags
×

ABBR (<abbr>) Tag

10409

The <abbr> tag is used for both abbreviations as well as acronym (full-text explanation). The abbr element is one of the phrase elements in HTML.

Inside of <abbr>, a short form of phrasing content with a title attribute is written. In some browsers, the attribute of this tag is not visible, but still, it works.

This tag is used in search engine optimization and its associative technologies. In SEO, it is used through the title attribute.

We can recognize the use of <abbr> Tag with the help of a dotted underline in the output text.

Browsers Support:

Google Chrome
Firefox
Safari
Internet Explorer






Code:

<!DOCTYPE html>
<html>
<head>
<title> Abbreviation Tag </title>
</head>
<body>
<h2> Abbreviation tag example </h2>
<p> <b> Hover mouse over the content and see the abbreviation </b> </p>
<abbr title="World Wide Web"> WWW </abbr>
</body>

</html>

Output:



Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments