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: [
##HR is the tag language of web applications. The
tag creates a horizontal line in the HTML page. The
r width="90%" size="1" color="red" />
Instructions:
width=" " The width in quotation marks is size=" " The height in quotation marks is color =" "Color of horizontal linesnoshade="noshade"Define no projectioncolor=" "Define color of linesalign=" "Set alignmentIn 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:<hr style="width:90%;height:1;color:red" />
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!