I was reading the page about the Document Object Model on Wikipedia.
One sentence caught my interest; it says:
A Web browser is not obliged to use DOM in order to render an HTML document.
You can find the entire context on the page right here.
I don't understand that is there any other alternative to render an HTML document? What exactly does this sentence mean?
<p>was originally a paragraph break, so it amounted to "Start a new line and leave some space above" in a visual medium or announcement of "New Paragraph" in an aural medium. Or start and end tags as "turn on feature X" and "turn off feature X" respectively, which is why things like<b><i>my text</b></i>work consistently. – Alohci Sep 19 '11 at 18:52