Write an HTML page that has a button and when you click on the button display another HTML page in a new browser window.

What will be an ideal response?

```


The Simplest Possible Web Page



A Simple Heading


This is a very simple web page.


Click on the button to go to the Java book web site.





```

Computer Science & Information Technology

You might also like to view...

A macro is created using the ________

A) Office Recorder B) Process Recorder C) Basic Recorder D) Macro Recorder

Computer Science & Information Technology

What is the generic condition in a for statement?

A. i AND N B. i N C. i != N D. i < N

Computer Science & Information Technology