property:documentElement;return type:nodecontent:ใช้กำหนดให้อ้างถึง root ของ node ( คือ element html )example:var tagHTML = document.documentElement; alert ( tagHTML.tagName );