<body>
1.在浏览器对象中,document文档对象是核心,表示整个网页文档中的实际内容。使用document对象可以访问HTML文档中的基本元素,并可以对元素进行编程,设置元素的属性。<br />
2.在document对象中,包含links对象/anchor对象/form对象/p_w_picpaths对象等。<br />
3.document对象是window对象的下一层对性,不需要预先实例化就可直接使用。document对象描述当前窗口或指定窗口对象文档,它包含了页面的实际内容,指的是HTML文档中从head   /body的内容。它的属性和方法一般会影响窗口的文档的外观和内容。<br />

列出document对象属性/方法和事件。<br />
<script language="javascript">
    var d;
 for(d in document)
 {
  document.write(d+"<br>");
 }

</script>

</body>
 

结果为:

列出document对象属性/方法和事件。
parentNode
onrowenter
styleSheets
embeds
defaultCharset
onselectionchange
forms
parentWindow
onbeforeactivate
ondblclick
onfocusin
protocol
oncontrolselect
links
nextSibling
fileUpdatedDate
p_w_picpaths
selection
namespaces
onbeforedeactivate
dir
onkeydown
nodeType
media
ondragstart
activeElement
onpropertychange
fileModifiedDate
onrowsinserted
onmouseup
oncontextmenu
onmssitemodejumplistitemremoved
doctype
implementation
onbeforeupdate
onreadystatechange
plugins
nodeName
linkColor
onselectstart
anchors
onrowexit
lastChild
onactivate
onfocusout
nodeValue
fgColor
onmouseover
nameProp
scripts
onstop
onmsthumbnailclick
onmousemove
title
fileSize
documentMode
onbeforeeditfocus
cookie
ownerDocument
alinkColor
applets
onkeypress
mimeType
security
ondeactivate
frames
fileCreatedDate
ondatasetchanged
ondataavailable
vlinkColor
compatible
body
onafterupdate
onmousewheel
onkeyup
readyState
onmouseout
onrowsdelete
URLUnencoded
firstChild
oncellchange
childNodes
bgColor
onhelp
attributes
onerrorupdate
all
lastModified
onmousedown
location
previousSibling
onclick
referrer
ondatasetcomplete
onstorage
domain
onstoragecommit
compatMode
URL
documentElement