Project 3 - Javascript I - Part A
- Login to your W3 Schools Spaces account and open your project3.html file.
- Create a function using the onclick event handler
- Pass one text argument to the function
- send an alert() to the browser that displays the text argument
- Create a function using the onload event handler
- Pass one text argument to the function
- send an alert() to the browser that displays the text argument
- Create a function using the onmouseover event handler
- Pass one text argument to the function
- send an alert() to the browser that displays the text argument
Now go back to your course and continue with chapter 2 of the Javascript Foundations StudioWeb course.