CSS Learning--css Selector

Source: Internet
Author: User

Learn the Web notes, course: http://www.imooc.com/code/2024

1.css Selector

Sub-selector: parent>child

A child selector refers to the first child element in the range that selects the parent. Both parent and child are pseudo-code here. Can be a class with a. classname, or it can be a label ul>li, or an ID #pid > #cid

Descendant selector: Parent Child

Descendant selectors are: Select the desired child element within the parent range. Unlike a child selector, this contains child elements that are nested inside, whereas a sub-selector selects only the first child element directly under the parent.

Global selection: *{}

This allows you to configure the global default configuration, such as removing the default spacing.

Multiple selectors set simultaneously: h,span,div{}

Multiple selectors set a common style with a comma interval.

CSS Learning--css Selector

Related Article

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.