How do we access HTML elements using JavaScript code?
document.getElementById()
console.log()
var
.innerHTML
Make sure to choose the document.getElementById() instruction.