--- title: Window.document slug: Web/API/Window/document tags: - API - HTML DOM - Property - Reference - Window translation_of: Web/API/Window/document ---
{{APIRef}}

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")}}