Step 4: Add a button in the body by typing
<button>
followed by the text to appear on the
button. It should look something like:
<button>click me</button>
Right now, clicking the button does nothing. The next several steps
will be making the button do something.