Search notes:

HTML element: address

The <address> element is used to indicate contact information for is nearest <article> or <body> ancestor.
<div>Contact me</div>
<address>
  <a href="mailto:mail@renenyffenegger.ch>mail@renenyffenegger.ch</a><br>
  <a href="tel:+4176‥">+41 76 ...</a>
</address>

See also

In PHP, $_SERVER['SERVER_SIGNATURE'] returns its information in an <address> tag.
HTML elements

Index