Documentation

HTML5 Header Element - #html5_header {}

Produces the HTML5 Header element.

Usage

   #article { body=[
      #html5_header{ body=[
         #h1{ text="My Article Title"},
         #time{ pubdate="2013-08-27"}
      ]},
      "Here is some article content",
      #html5_footer{ body="Some footer content"}
   ]}.

Attributes

  • body (Nitrogen Elements) - The body of the HTML5 Header element.

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

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.