Hr tag
From Dharmasphere
[edit]
<hr /> Horizontal Rule Tag
This puts a horizontal line on the page. Like the <br /> Breaking Space tag, this tag is also self-closing because it does not need to describe or enclose any text.
For example:
This is the end of one section. <hr /> And this is a new section.
Will display:
This is the end of one section.
And this is a new section.
[edit]

