<address></address>

Description

   The <address> tag is used to specify infomation like an address, signature, or authorship. It is typically used at the top or bottom of a document, and the tag renders the enclosed text in italics. It also creates an implied paragraph break before and after.

Code

   SOME TEXT
<address>YOUR TEXT HERE</address>
SOME TEXT

Appearance

   SOME TEXT
YOUR TEXT HERE
SOME TEXT
/html>