html Address Tag

In the address tag is used to contact information at bottom or center or top web page or document or form. Also you can write address inside of <article> tag .which represents the contact information of the author or owner of that article.In the address tag could not used to detail postal code because this tage part of the contact information.

Syntax:

<address> ... </address>

Example Code

<!DOCTYPE HTML>
<address>
  TutorialsScripts.com
  15/24 balaji nagar extn r k v nagar,
  Trichy Rode,
  Ramanathapuram,
  Coimbatore,
  Tamil Nadu,India.
</address>

Out Put :



TutorialsScripts.com
15/24 balaji nagar extn r k v nagar,
Trichy Rode,
Ramanathapuram,
Coimbatore,
Tamil Nadu,India.

In the above example address tag have been added for tutorialsscripts.com web side address .





Content