Home > Article > Web Front-end > How to use html address tag? Detailed explanation of how to use the html address tag
html What is the usage of address tag? Detailed explanation of how to use the html address tag. Let's start with the content of this article, which mainly talks about the usage and definition of the html address tag, as well as the specific usage of the html address tag (with examples attached)
html address tag usage and Definition: The
208700f394e4cf40a7aa505373e0130b tag defines the contact information for the author/owner of a document or article.
If the 208700f394e4cf40a7aa505373e0130b element is inside a 6c04bd5ca3fcae76e30b72ad730ca86d element, it represents document contact information.
If the 208700f394e4cf40a7aa505373e0130b element is inside an 23c3de37f2f9ebcb477c4a90aac6fffd element, it represents the article's contact information. Text within the
208700f394e4cf40a7aa505373e0130b element is usually rendered in italics. Most browsers add lines before and after the address element.
HTML 208700f394e4cf40a7aa505373e0130b 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.
208700f394e4cf40a7aa505373e0130b 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 208700f394e4cf40a7aa505373e0130b tag.
The208700f394e4cf40a7aa505373e0130b tag supports HTML global attributes. The 208700f394e4cf40a7aa505373e0130b tag supports HTML event attributes.
HTML 4.01 does not support the 23c3de37f2f9ebcb477c4a90aac6fffd tag, so in HTML 4.01 the 208700f394e4cf40a7aa505373e0130b tag always defines the contact information of the document's author/owner.
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 208700f394e4cf40a7aa505373e0130b tag. You can also define an address (such as an email address), signature, or authorship of the document.
Syntax:
208700f394e4cf40a7aa505373e0130bContact address informationf6b6163991889e046b98f3ad8b2fe548
For example:
<address>文档编写:php中文网</address> <address> 本文的作者:<a href="www.php.cn">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 208700f394e4cf40a7aa505373e0130b tag.
Tip: The 208700f394e4cf40a7aa505373e0130b tag should not be used to describe a mailing address unless it is part of the contact information.
Tip: The 208700f394e4cf40a7aa505373e0130b element is usually contained within a c37f8231a37e88427e62669260f0074d element along with other information.
[Related recommendations]
html What is the role of the link tag? Definition and attribute introduction of html link tag
The above is the detailed content of How to use html address tag? Detailed explanation of how to use the html address tag. For more information, please follow other related articles on the PHP Chinese website!