View Single Post
Old 04-22-2011, 04:55 AM   #8
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,516
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by ATDrake View Post
In this case, I would go with <p>s for containing and visually separating the separate stanzas, and <div>s for keeping each line individual
Except that <p>s cannot contain block-level elements, such as <div>. Which is a pity, because sometimes a block (of poetry, a centered line, a blockquote, etc.) is semantically inside a paragraph, and is visually marked so because the first line after the block is not indented, and sometimes even starts with a lowercase letter. This would be ideally coded with <p>...<div>...</div>...</p>, but due tho this restrictions it has to be: <p>...</p><div>...</div><p class="noindent">...</p>.
Jellby is offline   Reply With Quote