CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

Descendant Selectors in CSS

Descendant Selectors

 

 

Descendant selectors are used to select elements that are descendants of another element. When selecting, we can select as many levels deep as we need to for styling purposes.

 

Syntax:-

 

Its syntax is:-

< style >

element_1 element_2{

    property: value;

}

< /style >

Code Explanation

All Tutorials related to CSS Basic

All Sections related to CSS