ele " />
CSS选择器的语法规则
.class
.intro
选择class="intro"的所有节点
#id
#firstname
选择id="firstname"的所有节点
*
*
选透视表格 择所有节点
element
p
选择所有p节点
element,element
div,p
选择所有div节点和所有p节点
element element
div p
选择div节点内部的所有p节点
element>element
div>p
选择⽗节点为div节点的所有p节点
element+element
div+p
选择紧接在div节点之后的所有p节点
[attribute]
[target]
选择带有target属性的所有节点
[attribute=value]
[target=blank]
选择target="blank"的所有节点
[attribute~=value]
[title~=flower]
[title~=flower]
选择title属性包含单词flower的所有节点
:link
a:link
选择所有未被访问的链接
:visited
a:visited
选择所有已被访问的链接
:active
a:active
选择活动链接
:hover
a:hover
选择⿏标指针位于其上的链接
:focus
input:focus
选择获得焦点的input节点
:f肠息肉最佳治疗方法 irst-letter
p:first-letter
选择每个p节点的⾸字母
:first-line
p:first-周工作汇报 line
选择每个p节点的⾸⾏
:first-child
p:first-child
选择属于⽗节点的第⼀个⼦节点的所有p节点
:before
p:before
在每个p节点的内容之前插⼊内容
:after
p:after
在每个p节点的内容之后插⼊内容
:lang(language)
p:lang
选择带有以it开头的lang属性值的所有p节点
element1~elemen西厢记的作者是谁 t2
p~ul
选择前⾯有p节点的所有ul节点
[attribute^=value]
a[src^="https"]
选择其src属性值以https开头的所有a节点
[attribute$=value]
a[s形状的英文 rc$=".pdf"]
选择其src属性以.中老年歌曲 pdf结尾的所有a节点
[attribute*=value]
a[src*="abc"]
选择其src属性中包含abc⼦串的所有a节点
:first-of-type
p:first-of-type
选择属于其⽗节点的⾸个p节点的所有p节点
:last-of-type
p:林清玄语录 last-of-type
选择属于其⽗节点的最后p节点的所有p节点
:only-of-type
p绝开头的成语 :only-of-type
选择属于其⽗节点唯⼀的p节点的所有p节点
:only-child
p:only-child
选择属于其⽗节点的唯⼀⼦节点的所有p节点
:nth-child(n)
p:nth-child
选择属于其⽗节点的第⼆个⼦节点的所有p节点
:nth-last-child(n)
p:nth-last-child
同上,从最后⼀个⼦节点开始计数
:nth-of-type(n)
:nth-of-type(n)
p:nth-of-type
选择属于其⽗节点第⼆个p节点的所有p节点
:nth-last-of-type(n)
p:nth-last-of-type
同上,但是从最后⼀个⼦节点开始计数
:last-child
p:last-child
选择属于其⽗节点最后⼀个⼦节点的所有p节点
:root
:root
选择⽂档的根节点
:empty
p:empty
选择没有⼦节点的所有p节点(包括⽂本节点)
:target
#news:target
选择当前活动的#news节点
:enabled童年趣事作文800字
input:enabled
选择每个启⽤的input节点
:disabled
input:disabled
选择每个禁⽤的input节点
:chec关于党的手抄报内容 ked
input:checked
选择每个被选中的input节点
:not(lector)
:not
选择⾮p节点的所有节点
::lection
::lection
选择被⽤户选取的节点部分
本文发布于:2023-04-28 06:55:04,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/fan/82/518921.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |