Jump to main content Jump to doc navigation

HTML Tag TV Output Type

This type allows you to wrap an HTML tag around the input. It is specifically intended to use with the [Tag input type(building-sites/elements/template-variables/input-types#TemplateVariableInputTypes-Tag), where individual tag values are separated by || characters.

Output Properties

Its output properties look like:

Name Description
Tag Name The tag to create, such as div, img, span, etc.
Tag ID The dom ID of the tag.
Class Any CSS classes to add to the tag.
Style Any style attributes to add to the tag.
Attributes Any other attributes you want to add to the tag.

See Also

  1. Date TV Output Type
  2. Delimiter TV Output Type
  3. HTML Tag TV Output Type
  4. Image TV Output Type
  5. URL TV Output Type