var text = document.createTextNode('Мой текст'); document.body.insertBefore(text, document.body.firstChild);