Skip to content

Tag Definition: hr

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

align

implied

None

color

implied

None

dash

implied

None

lineCap

implied

None

['butt', 'round', 'square']

spaceAfter

implied

None

spaceBefore

implied

None

thickness

implied

None

width

implied

None

Can contain
EMPTY

Purpose

This lets you create a horizontal rule to split different flowing content.

Example usage

...
<story>
    <para>1</para>
    <hr/>
    <para>2</para>
</story>
...

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <story> ➔ <hr>