HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML acronym Tag

HTML acronym Tag

 

 

The acronym tag was used to define an acronym. Due to the lack of its availability in HTML5, an acronym or abbreviation should be marked up with the abbr tag. Its purpose is the same as that of the abbr tag.

 

Uses of acronym tag:-

 

  • It provides a short form of an element or word
  • they are shortened versions that represent a series of words/letters
  • it helps provide useful information to the browser
  • helps in search engine optimization and translation purposes

 

Syntax:-

 

Its syntax is:- < acronym title="full_words" >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML