var oP = document.createElement('p'); var body = document.getElementsByTagName('body'); oP.innerHTML = 'I am fadada!'; body[0].appendChild(oP);