Victorian Women Writers Project

The Text Body: Verse


Poems in the body of the text will be tagged using the <div0> for the main structural element, using a "type" attribute to identify the overall structure, and with <div1> tags (and so on) for other structural elements within the poem itself (except for the lowest level, e.g. stanza, verse paragraph--see below). The most common attributes for poems will be:

For other structural elements, such as cantos, scenes, use <div1> tags, and identify them using the type attribute:


Titles and Headings

Use the <head> tag for all titles, subtitles, dedications, etc. For anything but the main title, use the "type=" attribute to note its function. Typical types of <head>ings other than the main title include:

<head type="sub">
<head type="dedication">


Epigraphs

An epigraph, or quotation of a passage from another poem or work, frequently precedes a poem. There are two different kinds of epigraphs--those that cite an author, and those that do not. There can also be prose or verse epigraphs For those with no author, the structure is fairly simple:

<epigraph><p>The mass of men lead lives of quiet desperation.<p></epigraph>

<epigraph><l>Use every man after his desert</l>
<l>And who should 'scape whipping?</l></epigraph>

For those epigraphs which cite an author, the structure is more formal:

<epigraph><cit><q><p>The mass of men lead lives of quiet desperation.</p></q>
<bibl>Henry Thoreau</bibl></cit></epigraph>


Line Groups

Within a poetic hierarchy, the "lowest" distinct unit of poetic composition gets the element tag <lg> rather than a <div> tag, with the type of grouping noted using the type attribute. The most frequent types of line groups you will encounter include:

(If you have questions about these, please ask). Thus, a poem divided into regular stanzas would be encoded:
<div0 type="poem">
<lg type="stanza">
<l>[line of stanza] </l>
<l>[line of stanza]</l>
</lg>

In a more highly structured poem, each of the upper and middle units would receive <div> tags while the lowest level gets tagged with <lg>. Thus, in a poem arranged poem-book-canto-stanza:
<div0 type="poem">
<div1 type="book">
<div2 type="canto">
<lg type="stanza">

For sonnets, the structural elements are noted using <lg>:
<div0 type="sonnet">
<lg type="octet">
[first eight lines]
</lg>
<lg type ="sestet">
[last six lines]
</lg>
</div0>

However, if the internal structure of a sonnet is not readily apparent, do not use <lg>.


Lines of Verse

Lines of verse use the <l> tag. They do not require an </l> tag--there is no need to include it, particularly if you're using a basic text editor. Lines that are indented are noted used the attribute "rend"

, etc. If a metrical line <l> is incomplete or is shared by more than one character in a play, mark each line with <l>, using the attribute part= and one of the following values:


Dates and Trailers

Occasionally, a poem will end with a date, or some other type of information not part of the poem. This information is usually encoded using the <trailer> tag, as, for example: <trailer><date>1876.</date></trailer>.

Sample Tagged Verse

Amy Levy's "The London-Plane Tree":
<PB N="p17">
<DIV0 TYPE="poem">
<HEAD>A London Plane‐Tree.</HEAD>
<LG TYPE="stanza">
<L><HI rend="smallcaps">GREEN</HI> is the plane‐tree in the square,</L>
<L REND="indent(1)">The other trees are brown ;</L>
<L>They droop and pine for country air ;</L>
<L REND="indent(1)">The plane‐tree loves the town.</L>
</LG>
<LG TYPE="stanza">
<L>Here from my garret‐pane, I mark</L>
<L REND="indent(1)">The plane‐tree bud and blow,</L>
<L>Shed her recuperative bark,</L>
<L REND="indent(1)">And spread her shade below.</L>
</LG>
<LG TYPE="stanza">
<L>Others the country take for choice,</L>
<L REND="indent(1)">And hold the town in scorn ;</L>
<L>But she has listened to the voice</L>
<L REND="indent(1)">On city breezes borne.</L>
</LG>
</DIV0>


About the VWWP
To the VWWP Home Page
To the VWWP Library

Last updated: 14 July 1998
URL: http://www.indiana.edu/~letrs/vwwp/vwwp-verse.html
Comments: letrs@indiana.edu