The <HR/> inserts a horizontal rule. This can be useful for breaking up text without using headers.
Syntax and Usage
...text...<HR/>...text...
Simply insert a <HR/> tag where you want the horizontal rule.
Note that this tag is unlike most others in that it doesn't have an open and close tag, it just has one tag, terminated with a / character. This is a shorthand for <HR></HR> (though this won't work in GuideML).
Known Issues
None.
Example
This is above the horizontal rule.
This, however, is below the rule.
Further Information