property:firstChild;return type:nodecontent:ใช้ในการอ้างถึง child node ที่อยู่ลำดับแรกสุดexample:var tagHTML = document.documentElement; alert ( tagHTML.firstChild.tagName );