document 객체[dom object]

(5대 브라우저 - IE[MSIE], Firefox, Opera, Chrome, Safari)


write()

writeln()

readyState

cookie

domain

URL

referrer

forms

getElementById()

getElementsByName()

getElementsByTagName()

open()

close()

createAttribute()

createComment()

createDocumentFragment()

createElement()

createTextNode()

doctype

documentElement

title

images

implementation

importNode()

inputEncoding

lastModified

links

anchors

normalize()

normalizeDocument()

baseURI[MSIE만 지원불가 그외 지원]

documentURI[MSIE만 지원불가 그외 지원]

documentMode[MSIE만 지원 그외 지원불가]

 

renameNode()[지원불가]

strictErrorChecking[지원불가]


그 외 dom 링크 참조


 Element Object

 Attribute Object

 Events


출처 & 인용 - http://www.w3schools.com/