]."> What does hr mean in web page production?-HTML Tutorial-php.cn

What does hr mean in web page production?

anonymity
Release: 2020-09-15 16:35:16
Original
19592 people have browsed it

HR in web page production is a tag. This tag is used to create a horizontal line in the HTML page. This horizontal line can visually divide the document into two parts. The usage method is as follows: [


].

What does hr mean in web page production?

##HRis the tag language of web applications. The


tag creates a horizontal line in the HTML page. The


tag creates a horizontal line in the HTML page

The horizontal rule (horizontal rule) can visually separate the document into two parts.


is a tag in web page editing, which is expressed as a horizontal line.

r width="90%" size="1" color="red" />
Copy after login

Instructions:

width=" " The width in quotation marks is

size=" " The height in quotation marks is

color =" "Color of horizontal lines

noshade="noshade"Define no projection

color=" "Define color of lines

align=" "Set alignment

In HTML 4.01, the size, width, noshade, and align attributes of the hr element are deprecated; in XHTML 1.0 Strict DTD, these attributes of the hr element are not supported, please use CSS instead.

The example can be changed to:


Copy after login

What does hr mean in web page production?

The above is the detailed content of What does hr mean in web page production?. 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!