Topic outline

  • Module14: DOM

    Introduction to DOM. DOM methods/properties and DOM Recursion. DOM events

    Introduction to DOM. DOM (Document Object Model) includes all the objects of an HTML page and enable us to manipulate them. In this submodule we will understand the DOM structure and learn the Parents-Children-Siblings relationships and their importance.
    We will also understand what are Nodes and DOM traversing. Finally, we will see how we can apply CSS rules using DOM.