Which instruction retrieves the entire element: tags, attributes, and text?
document.getElementById()
document.getElementById().innerHTML
document
document.getElementById() retrieves the whole element, with its tags and text.