+ 2
Whst is BOM and what is DOM?
What is Browser Object Model? What is Document Object Model?
3 odpowiedzi
+ 3
Thanks. So each browser tab will have separate BOM - is this correct understanding?
+ 2
In a sense yes .
+ 1
BOM represent the browser objects to deal with, it contains " navigator, history, screen, location , document"
the document is DOM and it contains html elements.
DOM is your webpage documents and DOM is the browser elements.