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