What is difference between DOM and BOM 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Vienna, Lives in Vienna, Austria.
The BOM (Browser Object Model) consists of the objects navigator , history , screen , location and document which are children of window . In the document node is the DOM (Document Object Model), the document object model, which represents the contents of the page. You can manipulate it using javascript.
2023-05-15 06:04:56
评论(499)
Helpful(122)
Helpful
Helpful(2)

Ethan Gonzales
QuesHub.com delivers expert answers and knowledge to you.
The BOM (Browser Object Model) consists of the objects navigator , history , screen , location and document which are children of window . In the document node is the DOM (Document Object Model), the document object model, which represents the contents of the page. You can manipulate it using javascript.