📜  HTML | DOM HR noshade 属性

📅  最后修改于: 2021-11-07 08:05:55             🧑  作者: Mango

DOM HR noshade 属性用于设置或返回水平实线而不是阴影线。它返回一个布尔值。

句法:

  • 它返回 HR noshade 属性。
    hrobject.noshade 
  • 它设置 HR noshade 属性。
    hrobject.noshade="true/false" 

属性值:

  • true:用于指定水平实线而不是阴影线。
  • false:用于指定阴影线。

示例 1:此示例返回 noshade 属性。

 
 
  
 
    HTML DOM HR noshade property 
 
  
 
    

GeeksForGeeks

      

DOM HR noshade Property

             

        There is a horizontal rule         below this paragraph.     

                  
             

        This is a horizontal rule         above this paragraph.     

                        

                 

输出:

  • 点击按钮前:
  • 点击按钮后:

示例 2:此示例设置 HR noshade 属性。

 
 
  
 
    HTML DOM HR noshade property 
 
  
 
    

GeeksForGeeks

      

DOM HR noshade Property

             

        There is a horizontal rule         below this paragraph.     

                  
             

        This is a horizontal rule         above this paragraph.     

                        

                 

输出:

  • 点击按钮前:
  • 点击按钮后:

支持的浏览器: DOM HR noshade 属性支持的浏览器如下:

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