📜  CSS :any-link 选择器

📅  最后修改于: 2021-09-01 01:57:32             🧑  作者: Mango

:any-link选择器用于为每个具有“href”属性的 元素设置样式。它将跳过为那些 未定义“href”的标签。因此,它匹配所有匹配:link:visited 的元素。

句法:

:any-link{
  /*css properties*/
}

下面的示例说明了:any-link伪类选择器的用法。

示例 1:

输出:

示例 2:



  
    
      :any-link
    
    
  
  
    
        

            Welcome To GeeksforGeeks         

        

          For this image any-link property           is applied because it has href         

                     GeeksforGeeks                  
        
        
        

          For this image any-link property           is not applied because it is not            having href         

                     GeeksforGeeks              
  

输出:

注意:不支持 Internet Explorer。

浏览器支持:

  • 铬合金
  • 火狐
  • 歌剧
  • 苹果浏览器
  • 边缘