If you want to code you can start here. So first you need to go onto JS BIN. Or go to GLITCH but that is more for professoinals. Then do this: (but this is what I did to make this page)
<h1>Coding</h1>
<h2>About coding</h2>
<p>
If you want to code you can start here. So first you need to go onto
<a href="https://jsbin.com">JS BIN.</a> Or go to
<a href="https://glitch.com">GLITCH</a> but that is more for
professoinals. Then do this: (but this is what I did to make this page)
</p>
<pre></pre>
<!--boot js-->
<script id="jsbin-javascript" defer="">
document.querySelector("pre").innerText = document.body.innerHTML;
</script>