EngineeringCoders / the-js-problems

This repository address the questions of javascript
0 stars 2 forks source link

What is the DOM? #12

Open krpraveen0 opened 1 year ago

ruchi14-02 commented 1 year ago

DOM - Dom stands for document object model. It generate a tree like structure for HTML Elements.Dom has lots of method through which we can update and remove elements from html documents.

Dom methods are:-

  1. CreateElement()
  2. RemoveChild() 3.replaceChild()