Set Div Block element tag
element.setTag()
Set the element tag of a Div Block element, which helps assistive technologies and search engines understand the page structure and hierarchy.
Syntax
Parameters
- tag: BlockElementTag - A valid Block element tag, including
div,header,footer,nav,main,section,article,aside,address, orfigure
Returns
Promise<null>
A Promise that resolves to null.
Example
Designer Ability
Checks for authorization only