Question: Add the css to a file named styles.css Add the html and javascript to the index.html file. This assignment is worth 3 5 points. In

Add the css to a file named styles.css
Add the html and javascript to the index.html file.
This assignment is worth 35 points.
In the index.html file, do the following
Add an image to the screen. 5 points
Add mouseover event to the image 5 points
When the mouse hovers over the image print the following on the screen 5 points
"Mouse is over the image"
When the mouse is not on the image print the following 5 points
"Mouse is not over the image"
Create a Javascript timeout funtion to increment a number by one on the screen starting at zero 5 points
Increment the number every 10 seconds
Add a button to the screen 5 points
Display an alert when the button is clickedHave the alert display "Hi, I'm an alert"
Use a for loop to output the following lines on the screen 5 points
This is line 1. Where 1 is incremented on every iteration of the for loopThe loop should iterate 20 times.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!