Block 2: Part 2: The client side (1) Flashcards
1
Q
What the devil is DOM
A
Document Object Model - hiarachial
2
Q
Why is it important to use XHTML 1.0?
A
document.write which is very useful and widely used is not available for XHTML 1.1, and XHTML 1.1 is not widely supported by browsers yet.
3
Q
What does the DOM look like?
A
The Document Object Model is a tree like structure.
window is at the top, followed by document and then HTML , there are child nodes like head, body and the like. of which these can have child nodes.
some of these nodes may have attributes, such as a form node having id ad test attributes.
remember that animation I sinned?