Which instruction accesses the content of an element we create?
.innerHTML
.getElementById()
.createElement()
Make sure to pick .innerHTML.