About distinguishing between contrasting CSS combo selectors

Source: Internet
Author: User

Combination mode

Distinguish

Source

Effect

descendant picker

 

Spaces delimited

Descendant Picker matches all descendant elements of the worthy element.

 

 

<! DOCTYPE html> 

 

 

 

Child element Selector

Separated by greater than sign

Child selectors can only select elements that are child elements of an element, as compared to descendant selectors.

<! DOCTYPE html>

  

Adjacent sibling selector

Separated by a plus sign

The adjacent sibling selector (adjacent sibling selector) selects the element immediately following the other element, and both have the same parent element.

If you need to select an element immediately after another element, and both have the same parent element, you can use the adjacent sibling selector (adjacent sibling selector).

<! DOCTYPE html>

  

Normal neighbor Sibling Selector

separated by dashes

The normal sibling selector selects all adjacent sibling elements of the specified element.

<! DOCTYPE html>

  

About distinguishing between contrasting CSS combo selectors

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.