欢迎访问服务器技术网-www.fuwuqijishu.com

CSS [attribute|=value] 选择器

CSS fuwuqijishu 2年前 (2022-09-04) 117次浏览 0个评论 扫描二维码
文章目录[隐藏]

CSS [attribute|=value] 选择器

实例

选择 lang 属性等于 en,或者以 en- 为开头的所有元素,并设置其样式:

[lang|=en]
{
background-color:yellow;
}


定义和用法

[attribute|=value] 选择器用于选择以指定值开头的属性值的元素。

注意:该值是整个单词,无论是单独像 lang=”en”,或者像连字符 lang=en-us 都可以。


浏览器支持

所有主流浏览器都支持[attribute|=value]选择器。

注意: [attribute|=value]在IE8中运行,必须声明<!DOCTYPE>


相关文章

CSS 教程: CSS 属性选择器


更多实例

实例

选择一个 class 属性 以 top 为开头的所有元素,并设置为黄色:

[class|=top]
{
background-color:yellow;
}


喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2118.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900