Lab 1 part C - alert

Lab 1 part C objective

In this assignment you will build a page with two alert boxes, that pop up.

alert

Build a page named lab1c.html

Put a link in your index page to your new page.

When your lab1c page loads, it should display an alert box with the text: hello

In your lab1c page there should be a button; when clicked it should display an alert box with the text: you pushed the button

At the bottom of the page, put a link back to the index page.