How can an abbreviation be specified in HTML?

 Posted by Pgayath on 9/21/2012 | Category: HTML 5 Interview questions | Views: 2057 | Points: 40
Answer:

The <abbr> tag is used to provide abbreviation. The title attribute is used in the <abbr> tag, to show the full version of the abbreviation when you mouse over it.

Example:
<p>The <abbr title="DotNetFunda">DNF</abbr></p>
When you place mouse over DNF it displays "Dot Net Funda".


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response