The DOM and its Manipulation: Part 1 (beginner friendly)
The Document Object Model
The HTML document loaded in a tab of your web browser is represented by The DOM
It is expressed in a "tree structure" way by the browser that enables the HTML structure to be easily accessed by the programming languages,
for...
itsokyash.hashnode.dev3 min read