创建一个新的 <hr> 元素。
<hr>
这与调用 new Element.tag('hr') 相当。
new Element.tag('hr')
factory Element.hr() => new Element.tag('hr');