Home > Article > Web Front-end > HTML
tagHTML 208700f394e4cf40a7aa505373e0130b Tag
##All browsers support the 208700f394e4cf40a7aa505373e0130b tag.definition and usage (Recommended Learning: HTML Tutorial )
& LT; Address & GT information. 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.Tip
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 the c37f8231a37e88427e62669260f0074d element along with other information.
Example
Contact information for Example.com:
<!DOCTYPE html> <html> <body> <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> </body> </html>
The above is the detailed content of HTML
tag. For more information, please follow other related articles on the PHP Chinese website!