<h1>Hello, world</h1> <script> var p = document.createElement("p"); p.innerText = "hello"; document.body.appendChild(p); </script>