ad

Tuesday, November 18, 2025

how to Abbr Tag in HTML

how to Abbr Tag in HTML (Abbreviations in HTML)

web designing theory

how to Abbr Tag in HTML

Example 

<!DOCTYPE html>
<html>
  <head>
    <title>Title of the  webdesigningtheory.blogspot.com </title>
    </head>
    <body>

       <h1> abbr used to represent an abbreviation  element </h1>
        <p> <abbr title="web designing theory blogspot">HTML Tutorial
        </abbr> web designing theory Blogspot </p>
    </body>
    </html>

how to Abbr Tag in HTML

Explain Program

Step  1] 

<!DOCTYPE html>

This declare the document type.

browser that the document is written in html

Step 2 ]

<html>.... . </html>

html is the root element of the html page.

 Every thing inside it is part of the webpage.

Step 3]

<head>.....</head>

head section contain metadata  about the webpage information 

for the browser not display on the webpage.

Step 4]

<title>Title of the  webdesigningtheory.blogspot.com </title>

<title> tag set the title of the webpage.

 title appears the browser tag and search engine result 

 Step 5]

 <h1> abbr used to represent an abbreviation  element </h1>

<h1> tag defines the main heading of the page.

<h1> tag text inside  large  and bold use for page main topic use <h1> tag.

describes the page in about <abbr> html element.

 Step 6]

</abbr>

 <abbr> tag use indicate abbreviation.

  title="web designing theory blogspot

 provid full meaning abbreviation  HTML Tutorial

 Step 7]

closing the Tag


</body>

 </html>

how to Abbr Tag in HTML

Output

how to Abbr Tag in HTML

Related Post :-

html formatting tags

how to bold tag html

html how to insert table cells