HTML abbr Tag
The HTML <abbr> Abbreviation tag represents an abbreviation or an acronym like “HTML”, “CSS”, “JS”, “Mr”, “WWW”. When you write content between <abbr> , it will appear style of a dotted underline or translating text into small caps in some browsers. If you add a title attribute to the <abbr> tag, the title may be displayed as a tooltip when you hover over an item. Syntax <abbr title="Full Form…
View On WordPress
















