Which instruction do we use to create a new element?

document.createElement()document.getElementById()parent.appendChild()

Make sure to pick document.createElement().