document.createElement()

Element document.createElement(String tagName)

Create an element.

let el = document.createElement(tagName);

Returns a new element of tagName.