General - DOM and tag structure Flashcards
1
Q
Q: What is “tag soup”?
A
A: Badly nested or malformed HTML that browsers try to interpret.
2
Q
Q: Why is proper tag nesting important?
A
A: Ensures predictable rendering and logical structure in the DOM.
3
Q
Q: What does the DOM represent?
A
A: A tree-like structure representing the HTML document in memory.