Documentation

Article Element - #article {}

Produces the HTML5 Article element.

Usage

   #article { body=[
      #html5_header{ body="Article Header"},
      "Here is some article content",
      #html5_footer{ body="Some footer content"}
   ]}.

Attributes

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

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

See Also



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