| Tag | Description |
|---|---|
<hr />
|
The <hr /> tag defines a horizontal line
|
<p>This is some text.</p>
<hr />
<p>This is some more text.</p>
This is some text.
This is some more text.
<div>This is some text.
<hr />
This is some more text.</div>
<p>This is some text.</p>
<hr class="afsc-hr" />
<p>This is some more text.</p>
This is some text.
<div>This is some text.
<hr class="afsc-hr" />
This is some more text.
</div>