Abbreviations tags or Acronym Tags

HTML - Hypertext Markup Language

Created: 2022-09-15


This provides a hint to user agents on how to announce/display the content while informing all users what the abbreviation means.

Tag:
<abbr> </abbr>

Attributes
title="" To provide a tooltip when hovering the word

Example:

<p>We use <abbr title="HyperText Markup Languange">HTML</abbr>, Hypertext Markup Language, to structure our web documents.</p>