-1
I have a paragraph<p id='meuParagrafo' >paragra</p>
and in Javascript I want to do this document.querySelector("#meuParagrafo").innerHTML = "<b>Bem legal</b>";
the only problem is that the tag <b>
left my code in bold, and I don’t want it, I want the paragraph to appear the tag <b>Bem legal</b>
without the bold
NOTE: I’m doing a chat, so I can’t leave the interpretation of Tags