STYLE attribute

The STYLE attribute specifies a presentation style for a form element.

Syntax

STYLE = "string" 
  1. string is a user-defined style.

Usage

This attribute specifies a presentation style to be applied to a form element. The presentation style can define decoration attributes such as a background color, a font type, and so on.

EDIT c01 = item.comment, STYLE = "important";