You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the picture above element nodes you can click on element nodes. Their children will open/collapse.
44
+
On the picture above, you can click on element nodes and their children will open/collapse.
45
45
```
46
46
47
47
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.
0 commit comments