what is the difference between inner text and inner html code example
Example 1: difernce between innertextand neer html
innerText==It ignores the spaces. It considers the spaces.
innerHTML==It returns text without an inner element tag. It returns a tag with an inner element tag.
Example 2: difference between innerhtml and textcontent
difference between innerhtml and textcontent