let newDiv = document.createElement('div'); newDiv.appendChild(document.createTextNode('some text')); document.body.appendChild(newDiv);