Quote:
Originally Posted by rogue_ronin
As for <span>, I'm still a little confused; I get the <div> styles thing -- open and close a style on what is otherwise a normal something-or-other, only distinguished by its class. And I get that the sections thing makes sense for, say, auto-searching the structure of a document, and offering an outline or some-such.
|
<div> is a generic block container, it could be the same as <p>, <h3>, <blockquote>.
<span> is a generic in-line container, it's like <em>, <code> or <strong> but without any default meaning.