登录
首页 >  文章 >  前端

“不同类型的 CSS 选择器”

来源:dev.to

时间:2025-01-15 10:15:09 441浏览 收藏

golang学习网今天将给大家带来《“不同类型的 CSS 选择器”》,感兴趣的朋友请继续看下去吧!以下内容将会涉及到等等知识点,如果你是正在学习文章或者已经是大佬级别了,都非常欢迎也希望大家都能给我建议评论哈~希望能帮助到大家!

css 中选择器的类型:

image description

类别选择器:

代码:


    

class of "heighlight".

does not have any specific class.

a class of "heighlight".


id选择器:

代码:


    

this h1 has an id

this paragraph does not have an id

this paragraph has an id



元素选择器:


    

welcome to my website

this is a paragraph

this is another paragraph

visit example website

通用选择器

代码:


    

welcome to my website

this is a paragraph

about us

this is another paragraph


分组选择器:

代码:


    

welcome to my website

this is a paragraph.

click me

属性选择器:

代码:


今天关于《“不同类型的 CSS 选择器”》的内容就介绍到这里了,是不是学起来一目了然!想要了解更多关于的内容请关注golang学习网公众号!

声明:本文转载于:dev.to 如有侵犯,请联系study_golang@163.com删除
相关阅读
更多>
最新阅读
更多>
课程推荐
更多>