Another variation that I like better than using an <hr> tag is just using a div and setting the height and background color:
<div style="height: 1px; background:#dedede"></div>