Home > Web Front-end > HTML Tutorial > css选择器优先级_html/css_WEB-ITnose

css选择器优先级_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-21 09:12:02
Original
944 people have browsed it

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选择器
Copy after login


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template