html tag: abbr
Saturday, April 5th, 2008abbr is short for abbreviation, an abbreviation is a shortened form of a word or phrase. Usually it consists of a letter or group of letters taken from the word or phrase. For example “HTML” is short for HyperText Markup Language.
abbr attributes
title- the title attribute is used to show the complete phrase or abbreviation
abbr example
<abbr title="HyperText Markup Language">HTML</abbr>
The above example will give us the following: HTML (mouseover the HTML text)
Note: The abbr tag is not recognised by Internet Explorer.












