text1 = document.createTextNode(text); //создал текстовый узел divElement.appendChild(text1); //и добавил его