What is DOM element?

前端 未结 10 563
遥遥无期
遥遥无期 2020-12-02 07:32

What is the meaning of DOM element in the following statements?

Statement #1

You can add multiple classes to a single DOM

10条回答
  •  执念已碎
    2020-12-02 07:47

    Document Object Model (DOM), a programming interface specification being developed by the World Wide Web Consortium (W3C), lets a programmer create and modify HTML pages and XML documents as full-fledged program objects.

提交回复
热议问题