Question: What is the difference between textContent and innerHTML? a . The innerHTML property returns the text content of the element without tags. The textContent returns
What is the difference between textContent and innerHTML?
a
The innerHTML property returns the text content of the element without tags. The textContent returns the text content of the element with the inner HTML tags.
b
The textContent property and innerHTML property both return the text content of the element with the inner HTML tags.
c
The textContent property returns the text content of the element without tags. The innerHTML returns the text content of the element with the inner HTML tags.
d
The textContent property returns the text content of the element without tags. The innerHTML returns the inner HTML tags of the element without the text content.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
