Set Tag
element.setTag(tag)
Set the value of the specified HTML tag of the DOMElement.
This method also works on other Webflow elements; see Set HTML tag.
Syntax
Parameters
- tag :
string- The HTML tag to set for the element
Returns
Promise<null>
A promise that resolves to null