HTML Tag Example
Contact information for Example.com:
<address> Written by <a href="mailto:webmaster@example.com">Donald Duck</a>.<br> Visit us at:<br> Example.com<br> Box 564, Disneyland<br> USA </address>
html address tag usage:
to define the address, signature, or authorship of the document.
can define an address (such as an email address). You should use it to define the address, signature, or authorship of the document.Tags like this are indeed rarely used. The purpose of using these tags is for better semantics. Specific information such as address, signature, author, originator of this document. The content of the ADDRESS element is shown in italics.
All major browsers support the
tag.The
tag supports HTML global attributes. The tag supports HTML event attributes.HTML 4.01 does not support the
html How to use the address tag:
Generally, there will be some website contact address information that needs to be displayed on the web page. These contact address information, such as the company's The address can be the
tag. You can also define an address (such as an email address), signature, or authorship of the document.Syntax:
Contact address informationFor example:
<address>文档编写:php中文网</address> <address> 本文的作者:<a href="m.sbmmt.com">php</a> </address>
The style displayed on the browser is italic , if you don’t like italics, of course you can, you can use css styles in later lessons to modify the default style of the
tag.Tip: The
tag should not be used to describe a mailing address unless it is part of the contact information.Tip: The
element is usually contained within a