The Web isn't a platform or a database or an API or… any other of those things. In fact, the Web isn't even a thing, it's a mesh of agreements with a nice straightforward engineering rulebook.
<hN>…</hN>
instead of <div
class="header">…</div>
@class
is structural, not
presentational
<ol class="chat-log">
<li><cite>Patrick</cite>: <q>Dude, I've got to
go back East; can you cover for me at Refresh?</q></li>
<li><cite>Ted</cite>: <q>Sure!</q></li>
</ol>
div
itis —
look ma, no tables (and no semantics)!