Which instruction retrieves the entire element: tags, attributes, and text?

document.getElementById()document.getElementById().innerHTMLdocument

document.getElementById() retrieves the whole element, with its tags and text.