DOM Crash Course for Beginners -1
1 min readAug 23, 2020
--
After learning JavaScript in the previous series, we will learn about DOM(Document Object Model). It is been used to interact with every element of the HTML and can be used to even generate HTML on the fly.
Let’s create a new folder DOMbasics and three files index.html, styles.css and main.js inside it.
You can read the rest of the post from my site. Link for the same is below.
This completes part-1 of the series. You can find code for the same here.