Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
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.
#section{ body=[
#h1{text="Some heading"},
"Here is some content for this section"
]}.
body
(Nitrogen Elements) - The body of the section element.
role
(String) - The role of the HTML5 Section element.