property:parentNode;return type:nodecontent:ใช้ในการอ้างถึง parent nodeexample:var tagLI = document.getElementById ( "bamboo" ); alert ( tagLI.parentNode.tagName );