
21 February 2023
Print the content of a div element using JavaScript
Example 1: This example uses JavaScript window print command to print the content of div element. Sample Solution: Print the content of a div Output How to create a pop-up to print dialog box using JavaScript?
By Sophal