Abbreviations / Acronyms In HTML
In HTML you can use <abbr> tag to present abbreviation or acronym. The optional title attribute of this tag can be used to provide the full form of the abbreviation, which is presented by browsers as a tooltip when the mouse cursor is hovered over the acronym. For example, when you rest your mouse over 4GL or API in the following example, you will see the full human readable description of these abbreviations.
Learn the HTML5 language in this tutorial series. These tutorials are designed for new programmers to provide them thorough knowledge of full stack web development.