1
00:00:03,550 --> 00:00:08,950
Well, before we get started with the dome, let us know what is new.

2
00:00:09,400 --> 00:00:11,230
So let's get rocking.

3
00:00:11,260 --> 00:00:17,800
Well, a note is an individual parts of the element in the DOM tree.

4
00:00:18,130 --> 00:00:23,800
So for the dome tree, the individual pieces is what we call the node.

5
00:00:24,190 --> 00:00:32,530
So when you write a HTML, we have a tree like structure like this based on the nature of your application.

6
00:00:32,890 --> 00:00:40,300
If you have application with more HTML, you're going to have a lot of this kind of tree with different

7
00:00:40,300 --> 00:00:40,910
nodes.

8
00:00:40,930 --> 00:00:43,630
So this one is what we call know.

9
00:00:43,630 --> 00:00:48,320
The individual element is what we call node grade.

10
00:00:48,340 --> 00:00:52,950
So a node can be in a HTML element on the page.

11
00:00:52,960 --> 00:00:57,290
The individual element is what we call the node.

12
00:00:57,310 --> 00:01:04,360
So depending on the nature of your application, you may have different nodes inside your application.

13
00:01:04,420 --> 00:01:11,250
So apart from pattern, we can also have paragraph you air link and comment.

14
00:01:11,260 --> 00:01:20,590
All these pieces are node and all these comes together to form what is called the HTML dom or the DOM

15
00:01:20,590 --> 00:01:21,040
tree.

16
00:01:21,130 --> 00:01:28,450
So and for the individual node here, we can have additional attributes or children.

17
00:01:30,440 --> 00:01:38,750
For the individual notes here we have special methods that we can use to get the text inside this particular

18
00:01:38,750 --> 00:01:39,480
element.

19
00:01:39,500 --> 00:01:41,990
Likewise this and likewise that.

20
00:01:42,690 --> 00:01:49,290
So now that we know what about Node, let's have a look or some facts about Node.

21
00:01:49,440 --> 00:01:58,920
The dump node is an object, so if you get into code, you will see that the individual node is an object.

22
00:01:59,790 --> 00:02:07,590
And since it's an object, we have methods that we can use to operate on this element because of what

23
00:02:07,590 --> 00:02:10,410
is called prototype inheritance.

24
00:02:11,170 --> 00:02:19,510
So apart from that, that domino has properties and metals, as I said, and this is what we are going

25
00:02:19,510 --> 00:02:27,070
to talk about, the properties and matters that's going to help us to use JavaScript to interact with

26
00:02:27,070 --> 00:02:28,060
application.

27
00:02:28,060 --> 00:02:32,890
And that's all hot Dom is all about the next video.

28
00:02:32,920 --> 00:02:38,920
Let's get started with how we can examine the DOM in that way.

29
00:02:38,920 --> 00:02:43,210
You better understand the whole concept when it comes to Dom.

