前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >属性选择器合集

属性选择器合集

作者头像
神秘人9527
发布2022-11-20 10:10:10
3990
发布2022-11-20 10:10:10
举报
文章被收录于专栏:小洲日志录
代码语言:javascript
复制
<!doctpye html>
<html>
     <head>
          <meta charset="utf-8">
          <title>选择器</title>
              <style type="text/css">
              p{
              margin:4px;
              }
              a[href^="http:"]{
              background:url(imags/window.gif) no-repeat left center;
              padding-left:18px;
              }
              a[href$="pdf"]{
              background:url(images/icon_pdf.gif) no-repeat left center;
              padding-left:18px;
              }   
              a[href$="xls"]{
              background:url(images/icon_xls.gif) no-repeat left center;
              padding-left:18px;  
              }      
              a[href$="ppt"]{
              background:url(images/icon_ppt.gif) no-repeat left center;
              padding-left:18px;  
              }    
              a[href$="rar"]{
              background:url(images/icon_rar.gif) no-repeat left center;
              padding-left:18px;  
              }    
              a[href$="gif"]{
              background:url(images/icon_img.gif) no-repeat left center;
              padding-left:18px;  
              }     
              a[href$="jpg"]{
              background:url(images/icon_img.gif) no-repeat left center;
              padding-left:18px;  
              }    
              a[href$="png"]{
              background:url(images/icon_img.gif) no-repeat left center;
              padding-left:18px;  
              }    
              a[href$="txt"]{
              background:url(images/icon_txt.gif) no-repeat left center;
              padding-left:18px;  
              }    
              </style>
     </head>  
     <body>       
     <p><a href="http://www.baidu.com/name.pdf">PDF 文件</a></p>            
     <p><a href="http://www.baidu.com/name.ppt">PPT 文件</a></p>          
     <p><a href="http://www.baidu.com/name.xls">XLS 文件</a></p>          
     <p><a href="http://www.baidu.com/name.rar">RAR 文件</a></p>          
     <p><a href="http://www.baidu.com/name.gif">GIF 文件</a></p>          
     <p><a href="http://www.baidu.com/name.jpg">JPG 文件</a></p>          
     <p><a href="http://www.baidu.com/name.png">PNG 文件</a></p>          
     <p><a href="http://www.baidu.com/name.txt">TXT 文件</a></p>          
     <p><a href="http://www.baidu.com/#anchor">#锚点超链接</a></p>   
     <p><a href="http://www.baidu.com/">http://www.baidu.com/</a></p>                 
     </body>
</html>
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022-11-13,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档