| Vlastnosti | Syntax | Popis |
| alinkColor | document.alinkColor | barva aktivních odkazů |
| all | document.all[x] | pole (kolekce) všech objektů v dokumentu |
| anchors | document.anchors[x] | kolekce všech vnitrostránkových odkazů |
| bgColor | document.bgColor | barva pozadí |
| charset | document.charset | znaková sada dokumentu |
| cookie | document.cookie | řetězec obsahující cookie |
| defaultCharset | document.defaultCharset | defaultně nastavená znaková sada (např. windows-1250) |
| embeds | document.embeds[x] | kolekce objektů načtených tagem EMBED |
| fgColor | document.fgColor | barva textu |
| fileCreatedDate | document.fileCreatedDate | datum vytvoření dokumnetu |
| fileModifiedDate | document.fileModifiedDate | datum poslední změny dokumnetu |
| fileSize | document.fileSize | velikost dokumentu |
| forms | document.forms[x] | kolekce formulářů |
| images | document.images[x] | kolekce obrázků |
| lastModified | document.lastModified | datum a čas poslední změny dokumentu |
| linkColor | document.linkColor | barva nepoužitých odkazů |
| links | document.links[x] | kolekce odkazů |
| location | document.location | URL dokumentu |
| mimeType | document.mimeType | typ dokumnetu (např. HTML Document) |
| plugins | document.plugins[x] | kolekce načtených pluginů |
| protocol | document.protocol | typ přístupového protokolu (např. File Protocol) |
| readyState | document.readyState | stav načtení dokumnetu |
| referrer | document.referrer | URL dokumentu, ze kterého jsme se dostali na aktuální dokument |
| security | document.security | typ zabezpečení dokumentu |
| styleSheets | document.styleSheets[x] | kolekce stylů |
| title | document.title | titulek stránky |
| URL | document.URL | URL dokumentu |
| URLUnencoded | document.URLUnencoded | dekódovaná URL dokumentu |
| vlinkColor | document.vlinkColor | barva použitých odkazů |