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 abbr Tag

HTML abbr Tag

 

 

The abbr tag defines an abbreviation or an acronym, like HTML, CSS, Mr, and Mrs. When used with a global title attribute, it shows the description for the abbreviation/acronym when we mouse over the element.

 

Uses of abbr 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:- < abbr title="full_words" >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML