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