Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML <address> tag


May 04, 2021 HTML Reference Manual


Table of contents


HTML

Use the label to define the address, signature, or author of a document, as in the following example (the text using the label appears in italics):

Example.com contact information:

< address >
Written by < a href = " mailto:[email protected] " > Jon Doe </ a > . < br >
Visit us at: < br >
Example.com < br >
Box 564, Disneyland < br >
USA
</ address >

Try it out . . .

Browser support

HTML <address> tag HTML <address> tag HTML <address> tag HTML <address> tag HTML <address> tag

All major browsers support the hashtag.


Label definition and instructions for use

Labels define the contact information of the document author/owner.

If the element is inside the element, it represents the contact information of the author/owner of the document.

If the element is inside the element, it represents the contact information of the author/owner of the article.

The text of the element is usually rendered italic. Most browsers add line changes before and after the element.

Tips and comments

Tip: You should not use the hashtag to describe a postal address unless the information is part of the contact information.

Tip: The element is usually included in other information about the element.


The difference between HTML 4.01 and HTML5

HTML 4.01 does not support the label, so in HTML 4.01 the label always defines the author/owner's contact information for the document.


Global properties

Labels support the global properties of HTML.

The event property

Tags support HTML event properties.