window.onload = function(){ var novyPrvek = document.createElement("h2") novyPrvek.innerHTML = "Krásný nadpis" document.body.appendChild(novyPrvek) }