Skip to content

ADAFSD/dom-introduction

 
 

Repository files navigation

The Document Object Model

For this introductory session, you will be actively using DOM Manipulation. You will use methods such as

  • getElementById()
  • getElementsByClass()
  • querySelector()
  • querySelectorAll() to grab elements from your existing html page.

You will change style and attributes using your grabbed elements using

  • style properties
  • setAttribute() methods

You are provided finished demos along with practice problems to help solidify some of the basic DOM concepts.

Please use the REAME.md files in your studentActivity folders to get the instructions required to do each activity's tasks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.9%
  • HTML 49.1%