<!doctype html> <!--Author: Morrison--> <html> <head> <title>popups</title> <link rel="stylesheet" href="better.css"/> <script src="better.js"> </script> </head> <body> <h2>Popup Demonstration</h2> <p>Notice this. If you use one type of quote outside of a string, the other type becomes an ordinary characters inside of that string. This is demonstrated here. </p> <p>This is not the preferred way of doing things but you will see it in OPC. </p> <p>We will learn how to separate JS, CSS and HTML and we will try to keep that separation as strict as possible.</p> <p><button id="alertButton">Alert me!</button></p> <p><button id="confirmButton">Make a choice!</button></p> <p><button id = "promptButton">Tell your age!</button></p> </body> </html>