Element.hr构造函数

Element.hr()

创建一个新的<hr>元素。

这相当于调用new Element.tag('hr')

实现

factory Element.hr() => new Element.tag('hr');