var obj = document.createElement('h2') obj.innerHTML = "Этот текст написан при помощи js" document.body.appendChild(obj)