textContent or innertext or innerHTML code example
Example: javascript innertext vs innerhtml
innerHTML shows everything inside of the element.
innerText shows only the text inside of the element.
innerHTML shows everything inside of the element.
innerText shows only the text inside of the element.