The <address> tag is a tag of HTML that allows the document to be owners and the author of the articles provide search engine, Another writer who writes the article is a writer Its information provides the search engine. And if there is a website And there is a <address> tag inside it So he provides the information search engine to the owner of that document.
If it is placed inside the <address> tag <body> tag, then it provides the contact information <address> tag search engine of the document's owner.
If located inside <address> tag <article>, then the entire author of the article provides search engine <address> tag. The <address> element should be used to provide context-specific contact information (email, social media, mailing address URLs, etc.) relevant to the author of the current site, document, page , section, or article.
Example Code :
<html>
<head>
<title>Address Tag Demo </title>
</head>
<body>
<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p>
<address>
Vishal Khasiya
L.H.Road, Juni Shaktiviay,
Varachha Road - Surat.
pin:395006
</address>
</body>
</html>
Output :
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
Vishal Khasiya
L.H.Road, Juni Shaktiviay,
Varachha Road - Surat.
pin:395006
Vishal Khasiya
L.H.Road, Juni Shaktiviay,
Varachha Road - Surat.
pin:395006
Browser Support :
Thank You for Watching My Blog Post......
0 Comments