HTML - Tags - <address>

#4 of 147
address

 <html>
 <body>
     <article>
         <address>
             Document author:
             <a href="/People/McGrath/">Richard McGrath</a>
         </address>
     </article>
 </body>
 </html>
 

The address element contains contact information for it's nearest article or body ancestor element.

If address appears inside of an article element, it contains contact information for the article.

If address appears inside of the body element, it contains contact information for the page.

The address element should not be used for a postal address.

A live example:


Document author: Richard McGrath

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath