javascript the difference between innerText innerHTML and textContent code example
Example 1: javascript innertext vs innerhtml
innerHTML shows everything inside of the element.
innerText shows only the text inside of the element.
Example 2: difference between innerhtml and textcontent
difference between innerhtml and textcontent