How to print specific HTML content in a new page
Update: if you want to do it easier and in the same page, check this out: How to print a specific HTML element. If you want to print a specific HTML content, for example everything inside a div tag or a tag element with a particular identifier, you can use window.print() in a new window […]