Q. What is the use of this JavaScript statement?
Code:<button onclick="window.print()">Submit</button>
β
Correct Answer: (B)
It will print the content of the current page
<button onclick="window.print()">Submit</button>
You must be Logged in to update hint/solution