Pages

Sunday, August 30, 2009

<abbr> stands for Abbreviation tag it's similar to Acronym tag action it performs but the web bots and browsers read them for what they are

But as you should know by the name Abbreviation tag, It will tell the browser and all those programs or software or bots that reads or understands codes automatically will take abbreviation tag as it this tag has abbreviation of something in it.

And the second part is, When you move your mouse over the word the the line in the abbr tag with name title="..." will show up in a light yellow color rectangular box.

Hope code and output is simple. Remember you can copy the code directly from here and paste it in notepad as html file and view the output and code in browser.

 Code

<html>
<body>
<abbr title="Temple of Psychick Youth ">TOPY</abbr>
<br />
<acronym title="eLifeConnections">eLC</acronym>
</body>
</html>

Output

Temple of Psychick Youth
eLifeConnections


Useful links:
W3schools Abbreviation tag:
w3schools.com/html/tryit.asp?filename=tryhtml_abbr
w3schools.com/TAGS/tag_abbr.asp

umich.edu/~webacces/Abbr.html
closetnoc.org/?i=seo-abbreviation-tag
vbseo.com/tags/abbreviation%20tag

No comments:

Post a Comment