aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/htmldocument/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/htmldocument/index.html')
-rw-r--r--files/ko/web/api/htmldocument/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ko/web/api/htmldocument/index.html b/files/ko/web/api/htmldocument/index.html
new file mode 100644
index 0000000000..13e801ad04
--- /dev/null
+++ b/files/ko/web/api/htmldocument/index.html
@@ -0,0 +1,21 @@
+---
+title: HTMLDocument
+slug: Web/API/HTMLDocument
+tags:
+ - API
+ - HTML DOM
+ - 레퍼런스
+ - 인터페이스
+translation_of: Web/API/HTMLDocument
+---
+<p>{{ APIRef("HTML DOM") }}</p>
+
+<p><strong><code>HTMLDocument</code></strong>은 일반적인 (XML) 문서에서 기본적으로 존재하지 않는 특별한 프로퍼티와 메소드에 접근을 제공하는 DOM의 추상 인터페이스입니다. 특히 HTML 문서와 엘리먼트에 관련된 기능을 추가해줍니다.</p>
+
+<p>코어 {{domxref("document")}} 인터페이스에서 파생되었습니다. 메소드와 프로퍼티는 {{domxref("document")}} 페이지에 포함되어있고 <a href="/en-US/docs/DOM" title="en/DOM">DOM</a> 페이지의 해당 섹션에 구분되어 나열되어있습니다.</p>
+
+<h2 id="명세">명세</h2>
+
+<ul>
+ <li><a href="https://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html">Document Object Model HTML</a></li>
+</ul>