No, that part has to go into the stylesheet. Then do the following:
<div class="verse">
<p>Line 1</p>
<p>Line 2</p>
<p>Line 3</p>
<p>Line 4</p>
</div>
<div class="verse">
<p>Line 1</p>
etc...
Of course instead of paragrapgs you could also use blockquotes.
|