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 points.
In the index.html file, do the following
Add an image to the screen. points
Add mouseover event to the image points
When the mouse hovers over the image print the following on the screen points
"Mouse is over the image"
When the mouse is not on the image print the following points
"Mouse is not over the image"
Create a Javascript timeout funtion to increment a number by one on the screen starting at zero points
Increment the number every seconds
Add a button to the screen points
Display an alert when the button is clickedHave the alert display Hi Im an alert"
Use a for loop to output the following lines on the screen points
This is line Where is incremented on every iteration of the for loopThe loop should iterate times.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
