What is use of <address> tag in html?
If you come across any quiz or interview question like above don’t be a pray. At first sight it may seems that <address> tag is used to express addresses semantically.
It is of course partially true. But address of whom?
The <address> tag defines the contact information for the author or owner of a document. This way, the reader is able to contact the document’s owner.
The address element is usually added to the header or footer of a webpage.