Constructs a numeric 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 integer that you want to include in the numeric tag attribute.
default value sets the value in a numeric tag attribute to the default of 0 if you set the value or values input to 0 and the default value parameter to a nonzero value.
The default is 0, which does not affect the numeric tag attribute. If you set value or values to 0 and do not wire this input, the VI does not create a numeric tag attribute.
tag attributes out contains the HTML code in tag attributes in and the new tag attributes.