My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

HF JavaScript Chapter 6

Across
When you load a page into the browser, the browser creates a ____ representing all the elements and content in the page
getElementById is a ________ of the document object
It’s important to make sure the ____ is completely loaded before using code to get or change elements in the page
Change the class of an element using the _________ method
The setAttribute method is a method of an ________ object
Use the element object’s property, ________, to change the HTML inside an element
Down
Dr. Evel’s passcode clue was in the element with the id _____
The DOM is shaped like a _____
Use the _______ to see if you have errors in your code
Assign a ________ to the window.onload property to handle the load event
Which planet gets hit by phaser fire?
The ______ object is always at the top of the DOM tree
Functions that handle events are known as event ________
It’s a good idea to check for ____ when using getElementById
The getElementById method gets an element by its ___