> 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-tokens.md).

# Element Tokens

Tokens supported in the element templates

Each element can export HTML, CSS and JavaScript.&#x20;

You can modify the output a variety of ways. When you use the template fields you have the opportunity to access the names and values of the selected element and add those values on export.&#x20;

{% hint style="info" %}
These tokens are not supported in the Artboard. The artboard supports a few separate tokens.&#x20;

[Artboard Stylesheet Template](/web-export/export-artboard-dialog/stylesheet-template.md)\
[Artboard Script Template](/web-export/element-options/script-template.md)\
[Artboard Page Template](/web-export/export-artboard-dialog/page-template.md)
{% endhint %}

#### Tokens

![](https://735683391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWpp_0PwLnj_AXGL2u7%2F-MbuDJsZK1k1S1dCw2Ei%2F-MbuESo9xgQCPEaSF-eK%2Fimage.png?alt=media\&token=ca027e15-eedf-45c3-9e83-f23d87b86426)

#### Example Usage

```
{SELECTOR} {
    --selector: {SELECTOR};
    --selector2: {SELECTOR2};
    --pixel-width: {PIXEL_WIDTH};
    --pixel-height: {PIXEL_HEIGHT};
    --percent-width: {PERCENT_WIDTH};
    --percent-height: {PERCENT_HEIGHT};
    --width: {WIDTH};
    --height: {HEIGHT};
    --top: {TOP};
    --left: {LEFT};
    --right: {RIGHT};
    --bottom: {BOTTOM};
    --rotation: {ROTATION};
    --transform: {TRANSFORM};
    --fillColor: {FILL_COLOR};
    --stroke: {STROKE};
    --strokeColor: {STROKE_COLOR};
    --strokeWidth: {STROKE_WIDTH};
    --strokeStyle: {STROKE_STYLE};
}
```

#### Element Templates

* [CSS Template ](/web-export/element-options/css-template.md)
* [HTML Template](/web-export/element-options/html-template.md)
* [JavaScript Template](/web-export/element-options/script-template.md)
