aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/document_object_model
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:25 +0100
commitf2db11d0be377464daa06807f993a562c7dc10ac (patch)
tree9444d300cea8bc73ff4d17be83b42d2350f64ebd /files/ko/web/api/document_object_model
parentee778d6eea54935fd05022e0ba8c49456003381a (diff)
downloadtranslated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.gz
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.tar.bz2
translated-content-f2db11d0be377464daa06807f993a562c7dc10ac.zip
unslug ko: modify
Diffstat (limited to 'files/ko/web/api/document_object_model')
-rw-r--r--files/ko/web/api/document_object_model/introduction/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/api/document_object_model/introduction/index.html b/files/ko/web/api/document_object_model/introduction/index.html
index b31dbc43d9..4b82e96f80 100644
--- a/files/ko/web/api/document_object_model/introduction/index.html
+++ b/files/ko/web/api/document_object_model/introduction/index.html
@@ -1,11 +1,12 @@
---
title: DOM 소개
-slug: Web/API/Document_Object_Model/소개
+slug: Web/API/Document_Object_Model/Introduction
tags:
- DOM
- 가이드
- 문서
translation_of: Web/API/Document_Object_Model/Introduction
+original_slug: Web/API/Document_Object_Model/소개
---
<p>이 문서는 {{glossary("DOM")}}에 대한 개념을 간략하게 소개하는 문서이다: DOM 이 무엇이며, 그것이 어떻게 {{glossary("HTML")}}, {{glossary("XML")}} 문서들을 위한 구조를 제공하는지, 어떻게 DOM 에 접근하는지, API 가 어떻게 사용되는지에 대한 참조 정보와 예제들을 제공한다. </p>