Which instruction retrieves a value that contains an element's tags?
document.getElementById()
document.getElementById().innerHTML
document
innerHTML
document.getElementById() retrieves the whole element, with its tags and text.