> ## Documentation Index
> Fetch the complete documentation index at: https://blog.sumathi.dev/llms.txt
> Use this file to discover all available pages before exploring further.

#  Walking the DOM

* DOM refers to the HTML page where all the nodes are objects , There can be 3 main types of nodes in the DOM tree
  * text nodes
  * element nodes
  * comment nodes
*
