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
Copy file name to clipboardExpand all lines: WCC-Session-3/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,14 +173,15 @@ Therefore is some knowledge necessary.
173
173
174
174
`window`
175
175
176
-
> The DOM document is visible in the window that represents the window property. With the document.defaultView property a window for a document can be obtained.
176
+
The DOM document is visible in the window that represents the window property. With the document.defaultView property a window for a document can be obtained.
The document interface is a representations any possible web page on the browser. It makes it possible to enter into the web pages content (the DOM tree). It includes elements like <body> and <head>. It gives the possiblity to obtain the page's URL and create new elements in the document
0 commit comments