Child selectors - Selectors Part 2


Hello everybody, welcome to our website where you will find everything for free.

This is forty-ninth tutorial of CSS series.
In this tutorial, you will learn about child selector.
What is child selector?

Child selector is also called the element inside the element.

For example, if a <p> tag is inside the <div> tag then if we apply CSS directly to the <p> tag, it is known as Child selector.

Just see the full video to know more about this.