There are three standard pop-up boxes, alert box, confirmation box, and prompt box. The alert box contains text and an "OK" button that shows a message in a dialog box. The confirmation box contains text, an "OK" button, and a "cancel" button. The prompt box contains text and an input field with a default value. Run the program below to see all three pop-up boxes one by one.