📜  CSS | text-decoration-color 属性

📅  最后修改于: 2021-08-30 09:48:22             🧑  作者: Mango

此属性用于指定文本上装饰(上划线、下划线和下划线)的颜色。

句法:

text-decoration-color: color|initial|inherit;

属性值:

  • color:设置文字装饰的颜色。
    句法:
    text-decoration-color: color;
    

    例子:

    
    
      
    
        
        text-decoration
        
    
      
    
        

    GeeksforGeeks

           

    text-decoration-color: color;

                                                                                                                                                                                                                                                 
    underlineline-throughoverline
    Hello Geeks!Hello Geeks!Hello Geeks!
    Hello Geeks!Hello Geeks!Hello Geeks!
    Hello Geeks!Hello Geeks!Hello Geeks!
      

    输出:

  • 初始:将此属性设置为其默认值。
    句法:
    text-decoration-color: initial;
    

    例子:

    
    
      
    
        
        text-decoration
        
    
      
    
        

    GeeksforGeeks

        

    text-decoration-color: initial;

        
         This text-decoration-color of this text is set to initial.     
      

    输出:

    支持的浏览器: text-decoration-color 属性支持的浏览器如下:

    • 谷歌浏览器 57.0
    • 火狐 36.0
    • 歌剧 44.0
    • Safari 7.1