About Lesson
Address
HTML <address> tag किसी document के author या owner की contact information define करने के लिए use किया जाता है।<address> tag को HTML3 में add किया गया था। HTML3 के बाद के सभी versions में यह tag available है। इसे HTML5 में भी include किया गया है।
Syntax:-
<address>//author email address//author mailing address//author social media profile links</address>
Address
The <address> ……. </address> tag is used to contain contact details for the author/owner of the page/article/web site.