Write an HTML page that has a button in it. When the cursor is over the button use JavaScript to change the background color of the button. Change the background color of the button again when the cursor is no longer over the button.

What will be an ideal response?

```


A Simple Web Page

A Simple Heading


This is a very simple web page. When you move over the button the button
will change color. When you move the mouse away
from the button it will set the background color to white.







```

Computer Science & Information Technology

You might also like to view...

When you ________ cells, you divide a single cell into two or more cells

A) share B) merge C) split D) subset

Computer Science & Information Technology

Use the ______ element to create a generic area or section on a web page that is physically separated from others.

a. div b. strong c. h1 d. small

Computer Science & Information Technology