What is address in html

藏色散人
Release: 2023-01-03 09:31:26
Original
4144 people have browsed it

Address in html is an html tag used to define the contact information of the author or owner of the article; if the

element is located within theelement, it represents the document contact information; if The
element is located within the
element, and it represents the contact information for the article.

What is address in html

##The operating environment of this article: windows7 system, HTML5 version, DELL G3 computer# The

##

tag defines the contact information for the author/owner of the document or article.

If the

element is inside aelement, it represents document contact information.

If the

element is inside an
element, it represents the article's contact information. Text within the

element is usually rendered in italics. Most browsers add lines before and after the address element.

Tips and Notes

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
element along with other information.

Differences between HTML 4.01 and HTML5

HTML 4.01 does not support the

tag, so in HTML 4.01, the
tag always defines the link to the document author/owner information.

Global attributes

The

tag supports global attributes in HTML.

Event Attributes

The

tag supports event attributes in HTML.

Recommended study: "

HTML Video Tutorial

"

The above is the detailed content of What is address in html. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!