Section Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Section Element - #section {}
Produces the HTML5 <section>
element. Note, that the section element is not
a generate container for anything, that's a <div>
(which, in Nitrogen is
represented by a #panel
element). We strongly recommend reading the "About
the Section HTML Element" link in the "See Also" section here.
Usage
#section{ body=[ #h1{text="Some heading"}, "Here is some content for this section" ]}.
Attributes
- body - (Nitrogen Elements)
- The body of the section element.