Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML address definition

Browser support
IEFFOpSaf
FullFullFullFull

Type: block-level element

Syntax

<address> ... </address>

Description

The address element is used to display contact information to the contact persons of the webpage. For example e-mail address, postal address or a webpage.

Attributes

Common attributes

Example

[Try this example yourself]
<address>
  <a href="mailto:admin@website.com">Contact us</a>
</address>

Output

  • Comments

No comments added.