Which of the following is not a way of getting user input from your HTML page?

  1. forms
  2. search engines
  3. prompts
  4. events

True or False: If the user enters a number in a prompt dialog box, the data is saved as numeric data.

  1. True
  2. False

True or False: You can use only one prompt statement and one alert box per HTML page.

  1. True
  2. False

A function includes which of the following pieces?
(Check all that apply.)

  1. A name
  2. An alert box
  3. A code block between curly braces
  4. Parameters