Multiple choice technology web technology Which of the following is NOT a type of popup box. Alert Confirm Radio 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.