I am trying to bold a few words inside a paragraph. So far I tried using HTML tags before realizing that doesn't work. Is there a way to do this without getting the element?
var text2_2 = document.createElement("p"); text2_2.className = "reasoning"; text2_2.innerText = "All vitamins are <strong>required</strong> by our ..."
innerHTMLnotinnerText