HTML:Element:address
From MDC
[edit] Summary
<address>...</address> (Address) element may be used by authors to supply contact information for a document or a major part of a document such as a form. This element often appears at the beginning or end of a document.
- Element type: block-level
- Allowed content: inline
[edit] Example
<address>
You can contact author at <a href="www.somedomain.com/contact">www.somedomain.com</a>.<br>
If you see any bugs, please <a href="mailto:webmaster@somedomain.com">contact webmaster</a>.<br>
You may also want to visit us:<br>
Mozilla Foundation<br>
1981 Landings Drive<br>
Building K<br>
Mountain View, CA 94043-0801<br>
USA
</address>
Above HTML will output:
[edit] Notes
Although it renders text the same as the italics and emphasis elements, it is more appropriate to use the address element when dealing with contact information. To remove italic from address element, use CSS font-style property.
| HTML Elements |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| (Quick Links: HTML Element Cross Reference, HTML Category) |
