📜  HTML | DOM 样式 borderTopStyle 属性

📅  最后修改于: 2021-11-03 10:14:38             🧑  作者: Mango

DOM Style borderTopStyle属性用于设置返回元素的顶部边框样式。

句法:

  • 获取 borderTopStyleProperty
    object.style.borderTopStyle
  • 设置borderTopStyleProperty
    object.style.borderTopStyle = "none | hidden | dotted | dashed |
    solid | double | groove |ridge | inset | outset | initial | 
    inherit"

属性值:

Value Effect
none No border is created. This is the default value.
hidden Visually same as ‘none’, except it helps during border conflict resolution in table elements.
dotted Dots are used as the border.
dashed A dashed line is used as the border.
solid A single solid line is used as the border.
double Two lines are used as the border.
groove A 3D grooved border is displayed. The effect depends on border-color value.
ridge A 3D ridged border is displayed. The effect depends on border-color value.
inset A 3D inset border is displayed. The effect depends on border-color value.
outset A 3D outset border is displayed. The effect depends on border-color value.
initial Sets the property to its initial value.
inherit Sets the property to inherit from its parent.

这些值通过以下示例进行演示:

示例 1:使用 none 值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

      GeeksforGeeks     

    DOM Style borderTopStyle Property     

Click on the button to change the        style of the border on the top

         
      GeeksforGeeks     
                    

输出:

点击按钮前:
前所未有

点击按钮后:
无后

示例 2:使用隐藏值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the       style of the border on the top

    
GeeksforGeeks
                      

输出:

点击按钮前:

前所未有

点击按钮后:

隐藏之后

示例 3:使用虚线值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the        style of the border on the top

         
GeeksforGeeks
               

输出:

点击按钮前:

前所未有

点击按钮后:

点点后

示例 4:使用虚线值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the       style of the border on the top

    
GeeksforGeeks
               

输出:

点击按钮前:

前所未有

点击按钮后:

冲破

示例 5:使用实体值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the        style of the border on the top

    
GeeksforGeeks
               

输出:

点击按钮前:

前固

点击按钮后:

固体后

示例 6:使用双精度值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the style       of the border on the top

    
GeeksforGeeks
                    

输出:

点击按钮前:

前所未有

点击按钮后:

双后

示例 7:使用凹槽值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the style       of the border on the top

    
GeeksforGeeks
                    

输出:

点击按钮前:

前所未有

点击按钮后:

后沟

示例 8:使用脊值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the style        of the border on the top

    
GeeksforGeeks
                    

输出:

点击按钮前:

前所未有

点击按钮后:

后脊

示例 9:使用插入值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the style       of the border on the top

    
GeeksforGeeks
                    

输出:

点击按钮前:

前所未有

点击按钮后:

插入后

示例 10:使用初始值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the style       of the border on the top

    
GeeksforGeeks
                    

输出:

点击按钮前:

开始之前

点击按钮后:

开始之后

示例 11:使用初始值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the style       of the border on the top

    
GeeksforGeeks
                    

输出:

点击按钮前:

前所未有

点击按钮后:

初始之后

示例 12:使用继承值。



  

    
        DOM Style borderTopStyle Property
    
    

  

    

GeeksforGeeks

    DOM Style borderTopStyle Property     

Click on the button to change the style       of the border on the top

    
        
GeeksforGeeks
    
                  

输出:

点击按钮前:

先继承

点击按钮后:

继承

支持的浏览器: borderTopStyle属性支持的浏览器如下:

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