码迷,mamicode.com
首页 > Web开发 > 详细

CSS Selectors

时间:2019-01-09 11:21:45      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:red   elements   ase   The   and   nbsp   cto   .class   attribute   

CSS selectors are used to "find" (or select) HTML elements based on their element name, id, class, attribute, and more.

 

p, h1 {

color: red;

}

 

id选择器

 

#id {

}

 

class选择器

.class {

}

 

CSS Selectors

标签:red   elements   ase   The   and   nbsp   cto   .class   attribute   

原文地址:https://www.cnblogs.com/feicheninfo/p/10242544.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!