<address>
Browser |
|
---|---|
Type |
The ADDRESS element defines contact information, such as an address or a signature of the author.
<address>contact information</address>
The text within the ADDRESS element is displayed in italic font.
Example
<address>
Contact:<a href="mailto:info@example.com">info@example.com</a>
</address>
- Output
- Contact:info@example.com