Review and descendant selector - Selectors Part 1


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

This is forty-eighth video tutorial of CSS.
In this video, you will learn about what is selector and how it is used.

Selector is nothing but the element on which you are going to apply CSS.

For example, <p> is paragraph tag and if we want to give CSS to it, it is like:

P{ color:blue;}

Here, p is called selector, color is called property & blue is called value.

Just see the video for getting proper understanding.