html三种选择器及其写法,css三种最基本的选择器123
div{
background-color: #ff5f3c;
width: 500px;
height: 100px;
}
h3{
color: aqua;
}
.div{css选择器分为哪几类
background-color: #4dff28;
width: 500px;
height:100px;
}
#div{
background-color: #ff6ae1;
width: 500px;
height:100px;
}
6
1.标签选择器(如:body,div,p,ul,li)
2.类选择器(如:class="head",class="head_logo")
3.ID选择器(如:id="name",id="name_txt")
1.标签选择器(如:body,div,p,ul,li)
2.类选择器(如:class="head",class="head_logo")
3.ID选择器(如:id="name",id="name_txt")
1.标签选择器(如:body,div,p,ul,li)
2.类选择器(如:class="head",class="head_logo")
3.ID选择器(如:id="name",id="name_txt")

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。