nth-child和nth-of-type的区别

2024-10-13 14:57:35

1、nth-child:以数字1开桌薜兀变头,按顺序查找标签,如果标签为div标签,则更改样式;nth-of-type:以数字1开头,按div标签查找标签。

nth-child和nth-of-type的区别

3、在div标签之间插入p标签。

nth-child和nth-of-type的区别

5、在div标签之间再次插入p标签。

nth-child和nth-of-type的区别
猜你喜欢