📜  HTML |<hr>标签

📅  最后修改于: 2021-08-31 07:01:31             🧑  作者: Mango

HTML 中的


标签代表水平线,用于在 HTML 页面中插入水平线或主题分隔符以划分或分隔文档部分。
标签是一个空标签,不需要结束标签。

标签属性:下表描述了


标签属性:

Attribute Value Description
Align left
center
right
Used to specify the alignment of the horizontal rule.
noshade noshade Used to specify the bar without shading effect.
size pixels Used to specify the height of the horizontal rule.
width pixels Used to specify the width of the horizontal rule.

句法 :


...

下面的程序说明了 HTML 中的


标签:

示例 1:



    
        HTML hr tag
    
    
        

There is a horizontal rule below this paragraph.

        
        

This is a horizontal rule above this paragraph.

                         

输出:

示例 2:



    
        hr tag with attributes
    
    
        

Normal horizontal line.

        
                    

Horizontal line with height of 30 pixels

        
                    

Horizontal line with height of 30 pixels                                        and noshade.

        
    

输出:

支持的浏览器:


标签支持的浏览器如下:

  • 谷歌浏览器
  • IE浏览器
  • 火狐
  • 歌剧
  • 苹果浏览器