html tag: acronym
Thursday, March 27th, 2008acronyms are abbreviations that are formed using the initial components in a phrase or name for example HTML is short for Hyper Text Markup Language.
acronyms are generally used to help the acronym stand out more and allow more information to be displayed when mousing over, just like the title attribute in the anchor tags.
Acronym attributes
title- the title attribute is used to show the complete phrase or abbreviation
Acronym example
<acronym title="HyperText Markup Language">HTML</acronym>
The above example will give us the following: HTML (mouseover the HTML text)












