Constructs a text tag attribute in the format LABEL="VALUE" and adds the attribute to HTML code that you specify.
tag attributes in contains HTML code to which you want to add the new tag attributes.
label contains the text that you want to associate with the value in the tag attribute.
value contains the string that you want to include as a value in the text tag attribute.
default value sets the value in a text tag attribute to the default of an empty text string if the value or values input is empty and the default value parameter contains any characters.
filter value specifies whether the VI filters characters in the value input according to HTML rules.
The default is TRUE, which replaces the characters &, ", <, and > with &, ", <, and >, respectively.
tag attributes out contains the HTML code in tag attributes in and the new tag attributes.