创建一个新的 <nav> 元素。
<nav>
这等价于调用 new Element.tag('nav')。
new Element.tag('nav')
factory Element.nav() => new Element.tag('nav');