Project 3 - Javascript I - Part A

  1. Login to your W3 Schools Spaces account and open your project3.html file.
  2. Create a function using the onclick event handler
  3. Pass one text argument to the function
  4. send an alert() to the browser that displays the text argument
  5. Create a function using the onload event handler
  6. Pass one text argument to the function
  7. send an alert() to the browser that displays the text argument
  8. Create a function using the onmouseover event handler
  9. Pass one text argument to the function
  10. 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.