Quellcode dieser Seite drucken



Quellcode
<html> 
<head>

<style type="text/css"> Hier nichts</style>
</head>

<body>
<form>
<!-- When a user click on the print button, the onclick function calls the window.print() method to print the currently visible content in the window screen. -->
<input type = "button" value = "Quelltext dieser Seite drucken" onclick = "window.print()" />
</form>

</body>

</html>