Which instruction do we use to nest an element inside another element?
.appendChild()
.createElement()
.getElementById()
document
Make sure to pick .appendChild().