Answers for "difference } de text content inner html"

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.
Posted by: Guest on April-27-2021

Browse Popular Code Answers by Language