fixed typo on line 44
minor fix.
This commit is contained in:
parent
cceb7cbcc8
commit
f51afac4ac
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ drawHtmlTree(node1, 'div.domtree', 690, 320);
|
|||
</script>
|
||||
|
||||
```online
|
||||
On the picture above element nodes you can click on element nodes. Their children will open/collapse.
|
||||
On the picture above, you can click on element nodes and their children will open/collapse.
|
||||
```
|
||||
|
||||
Tags are called *element nodes* (or just elements). Nested tags become children of the enclosing ones. As a result we have a tree of elements: `<html>` is at the root, then `<head>` and `<body>` are its children etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue