Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<script>
function printPage() {
  window.print();
}
</script>
</head>
<body>
<input type="button" value="Надрукувати цю сторінку" onclick="printPage()" />
</body>
</html>