Difference between innerHTML, innerText and textContent
While dom manipulation we should have an idea about the elements where we are manipulating . So in these article we will discuss one main idea about innerHTML, innerText, TextContent with examples.
Lets take an example -
<p id="select">
We are ...
mainak99.hashnode.dev2 min read
Daniel Onikola
Interesting, thank you for sharing.