commit
9244339772
1 changed files with 1 additions and 1 deletions
|
@ -273,4 +273,4 @@ We can use developer tools to inspect DOM and modify it manually.
|
|||
|
||||
Here we covered the basics, the most used and important actions to start with. There's an extensive documentation about Chrome Developer Tools at <https://developers.google.com/web/tools/chrome-devtools>. The best way to learn the tools is to click here and there, read menus: most options are obvious. Later, when you know them in general, read the docs and pick up the rest.
|
||||
|
||||
DOM nodes have properties and methods that allow to travel between them, modify, move around the page and more. We'll get down to them in the next chapters.
|
||||
DOM nodes have properties and methods that allow us to travel between them, modify them, move around the page, and more. We'll get down to them in the next chapters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue