Css selector and css Selector

Source: Internet
Author: User

Css selector and css Selector

Tag Selector

H1 {}

Call

CATEGORY Selector

. H1 {}

Call <p class = "h1">

Id Selector

# I {}

Call

<P id = I> </p>

Intersection Selector

P. special {}

Call

<P class = "special> </p>


Super-basic CSS beginners-including selector usage

The jquery selector refers to CSS. jquery has several CSS versions.
CSS2.0, CSS2.1, and CSS3, including child selector, descendant selector, and attribute selector.
The selectors you mentioned above are in CSS2.1, but IE6 does not support

What are the CSS selectors and how to choose to use them in Webpage Design?

<Div id = "demo">
<Div class = "inner">
<P> <a href = "#"> link </a> </p>
<P> <input type = "checkbox" name = "" id = "/> </p>
</Div>
</Div>
Class selector. inner {width: 100px ;}
Id selector # demo {width: 100px ;}
Tag selector p {width: 100px ;}
Descendant selector p a {color: # f60 ;}
Pseudo class selector a: hover {color: # f00 ;}
Pseudo element selector a: after {clear: both ;}
Attribute selector input [type = checkbox] {margin-left: 10px ;}
Css3 Selector
Due to ie problems, the first four selectors are commonly used.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.