HTML
HTML hr Tag This text will be followed by a horizontal line
Another horizontal line
Attribute | ## Value | ## Description# align |
left | rightcenter Deprecated | - Specifies the alignment of the horizontal line.
noshade |
Noshade | Deprecated | - Removes the regular shadow effect displayed by most browsers.
size |
pixels or % | ## Already Deprecated - Specifies the height of the horizontal line. |
width |
pixels or % | ## has been Deprecated - Specifies the width of the horizontal line. | Example |
The above is the detailed content of Add a horizontal line in HTML. For more information, please follow other related articles on the PHP Chinese website!