What is the difference between innerHTML, innerText and childNodes[].value in JavaScript?
innerHTML
innerText
childNodes[].value
InnerText property html-encodes the content, turning to <p>, etc. If you want to insert HTML tags you need to use InnerHTML.
InnerText
<p>
InnerHTML