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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Q: Why is proper tag nesting important?

A

A: Ensures predictable rendering and logical structure in the DOM.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Q: What does the DOM represent?

A

A: A tree-like structure representing the HTML document in memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly