Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 563 Bytes

nav.md

File metadata and controls

30 lines (17 loc) · 563 Bytes

Nav Element - #nav {}

Produces the HTML5 Nav element.

Usage

   #nav { class=main_navigation, body=[
      #link{text="Menu item 1", url="/item1"},
      #link{text="Menu item 2", url="/item2"},
      ...
   ]}.

Attributes

  • body (Nitrogen Element or Elements) - The body of the nav element.

  • role (String) - The role of the HTML5 Footer element.

See Also