Aside Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Aside Element - #aside {}
Produces the HTML5 Aside element. The aside element can be used as a container of information that's not necessarily part of the content, but is related to the content, like a glossary of terms, or a list of relevant items. We recommend reading the "About the Aside HTML Element" to understand its semantics properly.
Usage
#article { body=[ "Here is some article content", #aside{body=[ GlossaryOfTerms, #br{}, RelatedArticles ]} ]}.
Attributes
- body - (Nitrogen Elements)
- The body of the aside element.