+ 3
DOM
what's dom but i know dom full maneing why i do use dom
2 odpowiedzi
+ 3
DOM is a way of thinking about the structure of your webpage - a way to visualise how the different elements are related to each other.
Visualising it as a tree with nodes and branches rather than just a bunch of nested elements makes it easier to keep track of what is where. This is useful when you need to select certain elements to do things with, e.g. to animate them or change their contents.
0
what's dom but i know dom full maneing why i do use dom