1. getElementById
Hello DOM
2. getElementsByName
3. getElementsByTagName
Heading One
Heading Two
4. getElementsByClassName
Hello
5. querySelector & querySelectorAll
Hello
World
6. Traversing the DOM
Hello
welcome
to
DOM
Traversing
elements
7. Creating and Manipulating Elements
8. Attributes
9. Styles and Classes
10. Events
11. Event Delegation
12. Functions