--- title: Window.document slug: Web/API/Window/document tags: - API - HTML DOM - Property - Reference - Window translation_of: Web/API/Window/document ---
window.document
속성은 창이 포함한 문서의 참조를 반환합니다.
console.log(window.document.title);
Specification | Status | Comment |
---|---|---|
{{SpecName('HTML WHATWG', '#dom-document-2', 'Window.document')}} | {{Spec2('HTML WHATWG')}} | |
{{SpecName('HTML5 W3C', 'browsers.html#dom-document-0', 'Window.document')}} | {{Spec2('HTML5 W3C')}} |
{{Compat("api.Window.document")}}