> For the complete documentation index, see [llms.txt](https://bumkeyy.gitbook.io/bumkeyy-code/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bumkeyy.gitbook.io/bumkeyy-code/javascript/untitled.md).

# \[번역] Introduction to the DOM

## Introduction

**DOM**은 일반적으로 **Document Object Model**을 줄인 말이며, 웹과 상호 작용할 수 있도록 만드는데 필수 요소입니다. 즉 프로그래밍 언어가 웹의 내용, 구조 및 스타일을 조작 가능하게 만드는 인터페이스입니다. JavaScript는 인터넷 브라우저에서 DOM에 연결하는 클라이언트 사이드 스크립트 언어입니다.

번역중...
