Quiz 3

 

1. Write an HTML snippet that will display a form containing a button that says "Kick me." When the user clicks this button, the browser should display a confirm box containing the string "Why do people continue to hound Clinton?"

 

2. Write a simple function (called sq5) that takes one argument, named num, and returns the square of the value in num plus 5.