How do we access HTML elements using JavaScript code?

With document.getElementById()With console.log()With varWith .innerHTML

Make sure to choose the document.getElementById() instruction.