TierraZabulon / dom-introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 57.7%Language:JavaScript 42.3%