document.createElement(); // JS DOM Method

var.appendChild() // adds a child to the called element. Puts it at the end.

var.prepend() // adds a child to the called element. Puts it at the beginning.