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
While generating the DOM, browsers automatically process errors in the document, close tags and so on.
108
108
109
-
Such an "invalid" document:
109
+
Such an document with unclosed tags:
110
110
111
111
```html no-beautify
112
112
<p>Hello
@@ -225,7 +225,7 @@ The best way to study them is to click around. Most values are editable in-place
225
225
226
226
## Interaction with console
227
227
228
-
As we explore the DOM, we also may want to apply JavaScript to it. Like: get a node and run some code to modify it, to see how it looks. Here are few tips to travel between the Elements tab and the console.
228
+
As we explore the DOM, we also may want to apply JavaScript to it. Like: get a node and run some code to modify it, to see the result. Here are few tips to travel between the Elements tab and the console.
229
229
230
230
- Select the first `<li>` in the Elements tab.
231
231
- Press `key:Esc` -- it will open console right below the Elements tab.
0 commit comments