Update article.md
"how to..." -> "how do we..."
This commit is contained in:
parent
aa97ba0e9b
commit
012e536a39
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Window sizes and scrolling
|
||||
|
||||
How to find out the width and height of the browser window? How to get the full width and height of the document, including the scrolled out part? How to scroll the page using JavaScript?
|
||||
How do we find out the width and height of the browser window? How do we get the full width and height of the document, including the scrolled out part? How do we scroll the page using JavaScript?
|
||||
|
||||
For most such requests, we can use the root document element `document.documentElement`, that corresponds to `<html>` tag. But there are additional methods and peculiarities important enough to consider.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue