https://www.youtube.com/watch?v=TGNT_AYB4BY This link is to download the video and file index.html <html> <head> <title>Printind dive using jquery</title> <script src='jquery.js'></script> <script src="jQuery.print.js"></script> <script> // here we will write our custom code for printing our div $(function(){ $('#printbtn').on('click', function() { //Print ele2 with default options $.print(".printstr"); }); }); </script> </head> <body style='background: #f9f9f9'> <div class="printstr" style="border: 1p...