Warning:
This wiki has been archived and is now read-only.

Elements/acronym

From HTML Wiki
Jump to: navigation, search

<acronym>

HTML Reference

The <acronym> element is a non-standard element.

HTML5 classifies it as a non-conforming feature.

Examples

No, really, don't use it.

Alternative

<p>The <abbr title="Hyper Text Markup Language">HTML</abbr> is the publishing language of the World Wide Web.</p>