I have <li>
in DOM, want to insert string with some HTML like plain text. But it appends with html. Sorry for bad English.
Example
<li></li> - empty list element
I want to append string <script>alert(1)</script>
to li like text, without execute.