<html>
<body>
<h2>My First Web Page</h2>
<p>My first paragraph.</p>
<button type="button" onclick="document.write(5 + 6)">Try it</button>
</body>
<!-- Mirrored from www.w3schools.com/js/tryit.asp?filename=tryjs_output_write_over by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:22:15 GMT -->
</html>