Creates a new <nav> element. /// /// This is identical to calling new Element.tag('nav').

Source

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