Fixed spelling of particular.
This commit is contained in:
parent
39fb7a648b
commit
64b11fdef8
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ You can see the DOM, click on elements, see their details and so on.
|
|||
|
||||
Please note that the DOM structure in developer tools is simplified. Text nodes are shown just as text. And there are no "blank" (space only) text nodes at all. That's fine, because most of the time we are interested in element nodes.
|
||||
|
||||
Clicking the <span class="devtools" style="background-position:-328px -124px"></span> button in the left-upper corner allows to choose a node from the webpage using a mouse (or other pointer devices) and "inspect" it (scroll to it in the Elements tab). This works great when we have a huge HTML page (and corresponding huge DOM) and would like to see the place of a particual element in it.
|
||||
Clicking the <span class="devtools" style="background-position:-328px -124px"></span> button in the left-upper corner allows to choose a node from the webpage using a mouse (or other pointer devices) and "inspect" it (scroll to it in the Elements tab). This works great when we have a huge HTML page (and corresponding huge DOM) and would like to see the place of a particular element in it.
|
||||
|
||||
Another way to do it would be just right-clicking on a webpage and selecting "Inspect" in the context menu.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue