Differentiate between dom and bom.
Answer / Tarun Rohiley
DOM (Document Object Model) is a programming interface for HTML and XML documents. It represents the structure of a document as a tree-like model, allowing developers to manipulate the content and layout of a web page. BOM (Browser Object Model), on the other hand, is a collection of objects that represent various parts of a browser, such as windows, navigation, and history. Unlike DOM, which only deals with documents, BOM interacts with the entire browser window.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are differences between angular 4 and angular 2?
Is angularjs opensource?
Explain components in angular 2?
What is transpiling?
How to set http request header in angular 4 and angular 2?
What does three dots mean in angular?
What is the linking function?
What is route in angular?
What is router and its types?
What do you understand by controllers in angular?
How would you update angular 6 to angular 7?
Explain ngfor directive with an example?