What do we need to add after document.getElementById() to access the content of a tag?
document.getElementById()
.innerHTML
innerHTML
We add .innerHTML to the end of document.getElementById() if we want to retrieve what's inside a pair of tags with a set id.