HTML <acronym> tag

You are Here:

HTML <acronym> tag

The <acronym> tag indicates a sequence of characters that compose an acronym.

An acronym must spell out another word. For example, IP, HTTP, CPU, RAM, and so on.

Warning: The <acronym> tag is deprecated and is no longer recommended.

Example

HTML Online Editor
<!DOCTYPE html> <html> <body> <p>The <acronym title="Internet Protocol">IP</acronym> is the principal communications protocol.</p> </body> </html>

Attributes

AttributeValueExplanation
titletextSpecifies the full form of acronym.

Reminder

Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in HTML.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author