+ 1
What is difference between innerText and innerHtml ??
3 Respostas
+ 4
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.
+ 3
There's no innerHtml method
+ 1
thanku Aleksei Radchenkov