Element.nav constructor

Element.nav()

Creates a new <nav> element.

This is equivalent to calling new Element.tag('nav').

Implementation

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