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?
```
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...
The intersection of a row and column in a table is called a(n) ________
A) cell B) member C) element D) container
Computer Science & Information Technology
The command to display the number of lines in a file and also save the count in a file is:
a: wc l >> xyz b: wc l xyz c: wc l xyz outfile d: wc l | xyz e: wc l xyz | tee outfile
Computer Science & Information Technology