how to Abbr Tag in HTML (Abbreviations in HTML)
how to Abbr Tag in HTML
Example
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
