1
00:00:00,790 --> 00:00:06,120
This section is all about CSIS selectors.

2
00:00:06,400 --> 00:00:14,590
Well, to better understand and to write CSIS, the way you are going to select an element is really,

3
00:00:14,590 --> 00:00:15,730
really crucial.

4
00:00:15,970 --> 00:00:24,130
So until this point we found or we've used one method that is the element selector because we only select

5
00:00:24,130 --> 00:00:28,720
an element to style by either or or the only way we can.

6
00:00:28,720 --> 00:00:30,010
Style an element?

7
00:00:30,040 --> 00:00:30,730
Nope.

8
00:00:30,790 --> 00:00:39,850
If you try to revisit the code or the syntax of writing CSIS, you see that we have a selector over

9
00:00:39,850 --> 00:00:46,390
here and one method that we have been using is what you call the element selector.

10
00:00:46,420 --> 00:00:51,430
That is, we only select element or one element to style.

11
00:00:51,700 --> 00:00:55,750
So is there any way or different way of using this method?

12
00:00:55,780 --> 00:00:57,460
Yes, we have couple of them.

13
00:00:57,460 --> 00:01:00,570
So in this video, let's have a look in details.

14
00:01:00,580 --> 00:01:04,330
How can we style or select an element?

15
00:01:04,330 --> 00:01:07,870
And that is what you call the CSIS selectors.

16
00:01:07,960 --> 00:01:16,180
So in CSA selectors they are used to target elements on a page so that they can be style.

17
00:01:16,300 --> 00:01:23,220
There are a variety of different selectors available, each with its advantages and disadvantages.

18
00:01:23,530 --> 00:01:31,170
Well, so we have couple of them, at least we have four of them, and each one we have subcategories.

19
00:01:31,180 --> 00:01:37,990
So in this video, let's see how we are going to make use of CSIS selectors and this really important

20
00:01:37,990 --> 00:01:40,240
part of any web developers toolkit.

21
00:01:40,270 --> 00:01:46,740
So it is important to understand and know how they work without being in mind.

22
00:01:46,750 --> 00:01:52,450
Let's dive into the next video to talk about the types of selectors.

