HTML property

Hello,

What is HTML property ?

Regards

Pradeep

@PradeepC17208026

  • HTML Property rules are instances of the Rule-HTML-Property class. They are part of the Property category.
  • Use HTML Property rules to control how properties appear on work object forms, correspondence, and other HTML forms, for both display and for accepting user input.
  • For properties of mode Single Value an HTML Property rule may be identified in the Display Property field of the Property rule form.
  • HTML Property rules also may appear in list view and summary view rules to define the appearance of values in reports, and in harness, section, and flow action rules that define work object forms.

@PradeepC17208026

An HTML property is an attribute that you can add to an HTML tag to provide additional information about that element. These properties help define the behavior, appearance, or other aspects of the element. For example, in the tag <img src="image.jpg" alt="description">, src and alt are properties of the img (image) element. The src property specifies the image source, and the alt property provides alternative text for the image.