What is dom and bom?
Answer / Gautam Chandra
DOC (Document Object Model) is a programming interface for HTML and XML documents. It represents the structure of a document as a tree of objects, allowing developers to manipulate the content and layout of the document using JavaScript or other programming languages. BOM (Browser Object Model) is a set of objects that allows scripting access to the browser window, location, history, and other aspects of the browser itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can create listbox control in html?
Is script a self closing tag?
What is the use of output tag in html5?
What is a hyperlink example?
Describe how dhtml work with javascript.
Can we use multiple <header> and <footer> elements in html5?
How do you identify rows and columns?
What is xhtml modularization?
What is iframes? Why is recommended to avoid iframes?
What does </ br mean?
What is the tag for bold in html?
Is syntax a repetition?