Documentation

Span Element - #span {}

The span element produces an HTML span.

Usage

   #span { class=description, text="Some text." }

Attributes

  • text (string) - The text to display.

  • html_encode (boolean) - Set to true to safely html-encode the displayed text.

  • body (Nitrogen element or list of elements.) - Set the element or elements that will be rendered within this panel.

See Also



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