> For the complete documentation index, see [llms.txt](https://velara-3.gitbook.io/web-export/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://velara-3.gitbook.io/web-export/element-options/attributes.md).

# Attributes

Attributes of the element

HTML elements support various sets of attributes that can be set to adjust or configure their behavior.

![](https://735683391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWpp_0PwLnj_AXGL2u7%2F-LoptQX2Z4CpMiUGtcGy%2F-Loptgqltm2YOksIMmIR%2Fimage.png?alt=media\&token=4365289c-647d-47d7-b06d-72b701b24713)

Additional attributes let you add additional attributes to an element.

For example, to show a tool tip over your element (where supported) add a title attribute.

In the attribute field add `title=“A tool tip!”`. Add multiple attributes by separating each with a space.

Sub attributes are applied to the child element. If there are no child elements the sub attributes are ignored.

#### Demonstration

{% embed url="<https://velara3.github.io/WebExport/exports/additional-attributes/Additional_Attributes.html>" %}

#### **Example Project**

{% embed url="<https://github.com/velara3/xd-examples/tree/master/web-export/examples/attributes>" %}

{% embed url="<https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes>" %}
