Creates a new <hr> element.
<hr>
This is equivalent to calling new Element.tag('hr').
new Element.tag('hr')
factory Element.hr() => new Element.tag('hr');