id选择器优先级 > 类class选择器优先级 > 标签选择器优先级
class 选择器 .inner{ width:100px;}id 选择器 #demo{ width:100px;}标签 选择器 p{ width:100px;}后代选择器 p a{ color: #f60;}伪类选择器 a:hover{ color: #f00;}伪元素选择器 a:after{ clear: both;}属性选择器 input[type=checkbox]{ margin-left: 10px;}css3选择器
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号