files/en-us/web/html/reference/elements/acronym/index.md
{{deprecated_header}}
The <acronym> HTML element allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word.
[!WARNING] Don't use this element. Use the {{HTMLElement("abbr")}} element instead.
This element only has global attributes, which are common to all elements.
This element implements the {{domxref('HTMLElement')}} interface.
<p>
The <acronym title="World Wide Web">WWW</acronym> is only a component of the
Internet.
</p>
{{EmbedLiveSample('Examples')}}
Though the purpose of this tag is purely for the convenience of the author, its default styling varies from one browser to another:
It is therefore recommended that web authors either explicitly style this element, or accept some cross-browser variation.
<!-- ## Technical summary -->{{Specifications}}
{{Compat}}