๐ BLOG 1: DOM Manipulation โ Make Your Website Alive! ๐
๐ What is DOM?
DOM stands for Document Object Model.It represents your HTML page as a tree of objects ๐ณJavaScript can use this tree to change content, style, and structure of your webpage.This process is called DOM Manipulation ๐ก
๐ฏ Why DOM Manipu...
dom-manipulation.hashnode.dev2 min read