Multiple choice technology web technology

Which of the following is NOT a type of popup box.

  1. Alert

  2. Confirm

  3. Radio

  4. Text

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JavaScript has three built-in popup boxes: Alert (displays a message), Confirm (asks for OK/Cancel confirmation), and Prompt (requests user input). Radio buttons are form input elements, not popup boxes.