Post

DOM, IDE

DOM: Document Object Model

  • all the objects that are on a document on the web
  • document as a whole, (head, tables, table headers, text..)
  • allows programming language to interact with the document
  • document objects can be accessed and manipulated by using the DOM and scripting language like JS.

IDE: Integrated Developing Environment

  • software application to provide facilities while programming
  • 우리가 개발하는데 필요한 기능들을 모아둔 소프트웨어 어플리케이션
This post is licensed under CC BY 4.0 by the author.