|
INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
HTML DOM
DETAILS
Question: What the hell is the DOM?
Answer:
Jeremy: I could give you the very unhelpful answer that it's an API, but I would just be exchanging one acronym for another.
Basically, the Document Object Model is a way of looking at a document. In that sense, it isn't all that different to CSS, which uses another kind of mental model. CSS uses the idea of selectors to interact with a document. The DOM, on the other hand, views a document as a tree of nodes: element nodes, attribute nodes and text nodes. The DOM provides a vocabulary for targeting and manipulating those nodes.
If a programming language supports the DOM then you can use that same vocabulary to address any kind of markup document.
|
|
|
Category |
HTML DOM Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6645 users |
Added on |
4/28/2014 |
Views |
71409 |
Rate it! |
|
|
Question:
What the hell is the DOM?
Answer:
Jeremy: I could give you the very unhelpful answer that it's an API, but I would just be exchanging one acronym for another.
Basically, the Document Object Model is a way of looking at a document. In that sense, it isn't all that different to CSS, which uses another kind of mental model. CSS uses the idea of selectors to interact with a document. The DOM, on the other hand, views a document as a tree of nodes: element nodes, attribute nodes and text nodes. The DOM provides a vocabulary for targeting and manipulating those nodes.
If a programming language supports the DOM then you can use that same vocabulary to address any kind of markup document. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All HTML DOM Interview Questions & Answers - Exam Mode /
Learning Mode
|