<html>
<body>
<h1>This is a Heading</h1>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<script>
document.getElementsByTagName("h1")[0].innerHTML = "Hello World!";
</script>
</body>
<!-- Mirrored from www.w3schools.com/xml/tryit.asp?filename=tryxml_change_html_element by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 01:49:23 GMT -->
</html>