style

Contains a CSS style definition that can be applied to this element's parent field element by application user interfaces. Currently, it is used to style the content of rich text fields (basic fields where mime-type is set to application/xhtml+xml) in . It is not used by any other application, and has no effect if specified as the child of any other kind of element.

Syntax
<style>
    text
  </style>
Examples
  • <ui:style>h1 {color:red;} h2 {color:green;}</ui:style>