What is innerText and innerHTML?

What is innerText and innerHTML? innerText returns all text contained by an element and all its child elements. innerHtml returns all text, including html tags, that is contained by an element. What is difference between innerText and innerHTML? innerText and innerHTML are the properties of JavaScript….Differene between innerText and innerHTML. Read more…