Both innerText and innerHTML return internal part of an HTML element.. javascript If the node is a CDATA section , comment, processing instruction, or text node , textContent returns the text inside the node, i.e., the Node.nodeValue . textContent returns the text content of all elements, while innerText returns the content of all elements, except for