Rules are used to visually segment your user interface. There are three variations of rules.
{% tabs rulemac="Example (macOS)", ruleuwp="Example (Windows)", rulecode="HTML" %}
{% content "rulemac" %}
{% content "ruleuwp" %}
{% content "rulecode" %}
<h1>Large Rule</h1>
<hr class="large" />
<h2>Normal Rule</h2>
<hr />
<h3>Small Rule</h3>
<hr class="small" />{% endtabs %}
The standard sized rule is created whenever you use the <hr> tag:
<hr />You can control the size of a rule by using the small and large classes.
Place rules below titles, not above them. A large rule should always be accompanied with text, although the other rule sizes can be on their own.
Too many rules can be visually confusing. Keep it simple by restricting the number of rules you use.

