Exercises with the DOM

Exercises to solve applying DOM selection methods, event listeners and DOM modifying methods:

  • document.querySelector
  • document.querySelectorAll
  • HTMLElement.classList
  • HTMLElement.style
  • HTMLElement.textNode
  • click, change, input, submit events
  • Dealing with forms