# Error: NotHtmlElement

The `data-text` attribute was placed on an invalid element. It may only be placed on an HTML element.

Example:

```html
<div data-text="foo.value"></div>
```

See the docs on the [`data-text`](/reference/attribute_plugins#data-text) attribute.