Buttons
This week is all about adding interactivity to your web pages!
PowerPoint Presentation
Code-Along: Hello, Buttons!
Start by copying the JavaScript Starter project.
Name your fork Hello Buttons
. Then, follow along with the instructor to:
- add a
<button>
to the web site - define a function in script.js
- call the function by clicking the button
Soundboard
Click here for the instructions.
Self-Paced Activity: Tickle Me Elmo
Click here and copy the project to get started.
The website has some HTML and JavaScript issues that we need you to fix ASAP! We want the button to make Elmo giggle.
If you need more direction on this task, you can check out the help page.