: The ACRONYM Element
Last updated: 2026-09-12
<acronym>The ACRONYM Element
Marks an acronym (e.g. NASA, HTML) and may give the full expansion via title. HTML5 has deprecated it—use <abbr> instead.
| Category | Text Content |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </acronym> tag |
| Status | Obsolete |
📝 Syntax
<acronym title="HyperText Markup Language">HTML</acronym>
⚙️ Attributes
This element supports the global attributes plus the following:
| Attribute | Value | Description |
|---|---|---|
title | The full expansion of the acronym. |
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <acronym> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: acronym is obsolete in HTML5; use <abbr> for new projects.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.