Values
An expression with string
, number
and object
value in the body of an element resolves to textContent
:
HTML code can be created by the innerHTML
property. However, use it with caution, as it might open XSS attack:
Last updated
Was this helpful?