Function moxie_dom::elements::sectioning::nav[][src]

pub fn nav() -> NavBuilder
Expand description

The HTML <nav> element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.

A function for creating a builder which will accept attributes and produce the element.