Html 5 Abbr Tag

The <abbr> tag is used to indicates an abbrevation or an acronym and it this like WWW( World Wide Web ) or NATO ( North Atlantic Treaty Organization ). In the abbreviations you can gives to information for spell checkers ,translation systems and search-engine indexers.

Syntax:

<abbr> ... </abbr>

Example Code

<!DOCTYPE HTML>
The <abbr title="Personal Home Page">PHP </abbr> is a general - purpose scripting language originally designed for web development to produce dynamic web pages.

Out Put :



The PHP is a general - purpose scripting language originally designed for web development to produce dynamic web pages.

In the above example abbr tag have been added to PHP keyword.you put mouse cursor on PHP keyword and it will dispaly a PHP abbrevation.





Content