|
t:htmlTag |
|
<p>The <t:htmlTag> tag generates an arbitrary HTML tag that wraps any child components. The value attribute specifies the name of the HTML tag to be generated. If the value is empty then no tag will be generated, but child tags will still be rendered. When the rendered attribute is false, no child components are rendered. This tag does not provide a way to set attributes for the generated HTML tag, other than via the attributes already supported by this tag.</p>
Example
<t:htmlTag> </t:htmlTag>
|