View video tutorial

HTML <acronym> Tag

HTML

Not Supported in HTML5. Don't use this element. Use the <abbr> element instead.

HTML <acronym> Tag


➔ Still supported by browsers.

➔ The recommendation is not to use this tag.

Supported Global attributes

Global attributes may be applied on all elements, although some elements may have no effect on them.

<accesskey>, <class>, <contenteditable>, <contextmenu>, <data-*>, <dir>, <draggable>, <dropzone>, <hidden>, <id>, <lang>, <spellcheck>, <style>, <tabindex>, <title>, <translate>.

Learning with HTML Editor "Try it Now"

You can edit the HTML code and view the result using online editor.

Example

<acronym title="Hyper Text Markup Language">HTML</acronym>
Try it Now »

Click on the "Try it Now" button to see how it works.