Documentation
Elements
- <a>
- <altRepresentation>
- <aside>
- <assessment>
- <author>
- <backcover>
- <blockquote>
- <body>
- <bodymatter>
- <caption>
- <code>
- <cover>
- <dd>
- <dl>
- <document>
- <dt>
- <em>
- <figure>
- <figureGroup>
- <frame>
- <frontcover>
- <frontmatter>
- <hd>
- <img>
- <indicators>
- <input>
- <jacketcopy>
- <legend>
- <li>
- <line>
- <linegroup>
- <list>
- <meta>
- <metadata>
- <note>
- <noteRef>
- <p>
- <pagebreak>
- <poem>
- <publication>
- <pullquote>
- <rearmatter>
- <section>
- <source>
- <span>
- <sub>
- <subtitle>
- <sup>
- <table>
- <tbody>
- <td>
- <tfoot>
- <th>
- <thead>
- <title>
- <tr>
<linegroup>
-
Date:17/08/2022
-
Modified:01/05/2026
-
Category:Elements
The <linegroup> element is the container for <line> elements. Use <linegroup> for reading texts with line numbers. For poetry, verses and lyrics, use <linegroup> in combination with poem. See poem.
Children elements
| Element | Explanation | Required |
|---|---|---|
<line> | See line. | Yes |
Attributes
| Name | Explanation | Required |
|---|---|---|
number | Defines the paragraph number of the linegroup. | No |
Examples

<linegroup number="1" fontStyles="bold">
<line number="1">A <em fontStyles="italic bold">skoolie</em> is a school bus that’s now a home. Some</line>
<line>people buy an old school bus and turn it into a home.</line>
<line>People choose to live in a smaller house because it is</line>
<line>a lot cheaper. That’s what Brian Sullivan and his wife</line>
<line number="5">Starla did too.</line>
</linegroup>-
Date:17/08/2022
-
Modified:01/05/2026
-
Category: