if you use innerHTML, it give you all of the HTML that is inside that element tags, including any other HTML tags.
Otherwise, if you use textContent, it just gives you the text content.