Login to your W3 Schools Spaces account and open your project3.html file.
Create 3 new functions. Ensure that these 3 functions are called with anonymous functions
Put these functions on 3 separate html tags. One tag should use the onclick handler, one should use the onload handler, and one should use the onmousehover handler.
When calling your functions, please pass in the following text argument: "This is working!".
Use the alert() to display both the text argument and the id of the tag that is activating the function
Now go back to your course and continue with chapter 3 of the Javascript Foundations StudioWeb course.