HTML <abbr>
query_builder | Christopher Pisani
The <abbr> element represents an abbreviation or acronym, optionally with its expansion. It works as a tooltip and is visible when hovered over an element. All it takes is one attribute 'title', which can be seen in action in the example below.
abbr example :
<!-- Hover over word HTML to see what happens -->
<abbr title="Hyper Text Markup Language">
HTML
</abbr>
Available Attributes
Attribute | Values | Functionality |
---|---|---|
title | text | Shows text inside the value once hovered over an element |