Abbreviations and Addresses
The <abbr> element defines an abbreviation or acronym. Adding a title attribute provides the full expansion, which appears as a tooltip on hover. This is especially helpful for accessibility — screen readers can announce the full form.
The address Element
The <address> element supplies contact information for the nearest <article> or <body> ancestor. It is rendered in italics by default. It can contain physical addresses, email addresses, phone numbers, or links to contact forms.
<abbr title="...">— Abbreviation with tooltip<address>— Contact details