MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the correct syntax to print a page using JavaScript? |
| A. | window.print(); |
| B. | browser.print(); |
| C. | navigator.print(); |
| D. | document.print(); |
| Answer» B. browser.print(); | |