var div = document.createElement("div"); div.appendChild(document.createTextNode("Хурма")); alert(div.firstChild); alert(div.firstChild.nodeValue);