选择器(2)

简介: 选择器(2)。

first-child和:last-child选择器
first-child和:last-child选择器。
:first-child选择器:用于为父元素中的第一个子元素设置样式。
:last-child选择器:用于为父元素中的最后一个子元素设置样式。
知识点5-:nth-child(n)和:nth-last-child(n)选择器
nth-child(n)和:nth-last-child(n)选择器。
:nth-child(n)选择器:用于选择作为其父元素的第2个子元素。
:nth-last-child(n)选择器:用于选择作为其父元素的倒数第2个子元素。
知识点6-:nth-of-type(n)和:nth-last-of-type(n)选择器
nth-of-type(n)和:nth-last-of-type(n)选择器。
:nth-of-type(n):用于匹配属于父元素的特定类型的第 n 个子元素。
:nth-last-of-type(n)选择器:用于匹配属于父元素的特定类型的倒数第n个子元素。

相关文章
|
6月前
|
前端开发 开发者
类选择器和伪类选择器有何不同
类选择器和伪类选择器有何不同【2月更文挑战第26天】
56 10
|
2月前
选择器(2)
【9月更文挑战第2天】选择器(2)。
28 5
|
2月前
选择器
选择器。
22 2
|
2月前
after选择器
after选择器。
28 1
|
2月前
before选择器
before选择器。
38 1
|
2月前
子代选择器和兄弟选择器
子代选择器和兄弟选择器。
26 2
|
12月前
before和after选择器
before和after选择器
60 0
|
JavaScript
jQuery选择器之基本选择器(简单)及层次选择器(重要)
jQuery选择器之基本选择器(简单)及层次选择器(重要)
201 37
|
前端开发 JavaScript
【CSS】基础选择器,包括标签选择器、类选择器、id选择器和通配符选择器...
有关基础选择器的学习记录,包括标签选择器、类选择器、id选择器和通配符选择器...
387 0
【CSS】基础选择器,包括标签选择器、类选择器、id选择器和通配符选择器...