property:tagName;return type:stringcontent:ใช้ในการคืนค่า ชื่อของ tag ของ nodeexample:var tagDiv = document.getElementById ( "bamboo" ); alert ( tagDiv.tagName );