Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.31 KB

document-object-model.md

File metadata and controls

29 lines (17 loc) · 1.31 KB

The Document Object Model (DOM)

"The Document Object Model (DOM) is the data representation of the objects that comprise the structure and content of a document on the web." - Mozilla

"When an HTML document is loaded into a web browser, it becomes a document object." - W3Schools

References

Mozilla Guides:

W3Schools Guides:

Notes

Read more about the window object, including intervals, time-outs, and alerts.

Read more about the document object, including element selection, and event listeners.