<div altr-html="my_html"></div>
The html
tag works exactly like the text
tag, but sets the
innerHTML
of the element instead of the textContent
.
<div altr-html="my_html"></div>
The html
tag works exactly like the text
tag, but sets the
innerHTML
of the element instead of the textContent
.