UK[əˈdres] US[ˈædres]

n.Address; salutation; speech; correspondence office

v. Salutation; speech; write name and address; speak to...

Third person singular: addresses Plural: addresses Present participle: addressing Past tense: addressed Past participle: addressed

html address tag syntax

Function:Define the contact information of the document author/owner.

Description:If the

element is inside a element, it represents the contact information of the author/owner of the document. If the
element is inside an
element, it represents the contact information for the author/owner of the article. The text of the
element is usually rendered in italics. Most browsers will add line breaks before and after this element.

Note:The

tag should not be used to describe postal addresses unless this information is part of the contact information. The
element is usually included with other information within the
element.

html address tag example

    Title 
Written by Jon Doe.
Visit us at:
Example.com
Box 564, Disneyland
USA

Run instance »

Click the "Run instance" button to view the online instance