Which instruction do we use to nest one element inside another?
.appendChild()
.createElement()
.removeChild()
.innerHTML
Make sure to pick .appendChild().