View Single Post
Old 06-09-2009, 02:18 PM   #16
ahi
Wizard
ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.ahi ought to be getting tired of karma fortunes by now.
 
Posts: 1,790
Karma: 507333
Join Date: May 2009
Device: none
Quote:
Originally Posted by kovidgoyal View Post
@Jellby: The correct way to do poetry in XHTML would be

Code:
<div class="poem">
<div class="stanza">
<div class="line">
...
</div>
.
.
.
</div>
.
.
.
</div>
---

Or...

Code:
<div class="verse">
<div class="stanza">
<div class="line">
...
</div>
.
.
.
</div>
.
.
.
</div>
... since "verse" is preferred by LaTeX (and presumably other systems also) as more generic than poem.

---

or...

Code:
<div class="poem">
<div class="line">
...
</div>
.
.
.
</div>
If you have only one a single poem that does not have multiple stanzas.

---

Or...

Code:
<div class="quote">
<div class="line">
...
</div>
.
.
.
</div>
If you are quoting just a few excerpted lines from a particular poems certain stanza.

I write this post to further illustrate my point in the preceding post, without meaning to disagree with your suggestion, Kovid.

- Ahi
ahi is offline   Reply With Quote