PDA

View Full Version : What is Abbr Tag?



shoppingswag
04-12-2019, 09:05 AM
What is Abbr Tag?

sinelogixtech
04-12-2019, 12:21 PM
The <abbr> element is used along with a title attribute to associate a full-text explanation with an abbreviation or acronym. Website visitors do not see the text in the title attribute, but browsers, search engines, and assistive technologies do use this information.

RH-Calvin
04-16-2019, 07:05 AM
The <abbr> tag defines an abbreviation or an acronym, like "Mr.", "Dec.", "ASAP", "ATM".

Akshay_M
06-16-2022, 05:23 AM
The <abbr> tag defines an abbreviation or an acronym, like "HTML", "CSS", "Mr.", "Dr.", "ASAP", "ATM". Tip: Use the global title attribute to show the description for the abbreviation/acronym when you mouse over the element.