Which instruction retrieves a value that contains an element's tags?

document.getElementById()document.getElementById().innerHTMLdocumentinnerHTML

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