HTML address tag
HTML <address> Tag is used to show off the contact information of the document or an article. It is usually placed inside the <footer> tag to mark its position in the page.
Written by Mark Smith.
Find us at:
Example.org
P.O.Box 1787, Heartlane
INDIA
Default CSS settings for <address> tag are:
address {
display: block;
font-style: italic;
}

 
																			