View Single Post
Old 05-17-2009, 07:03 AM   #25
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by rogue_ronin View Post
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.
Jellby is online now   Reply With Quote