//You need to use JS to append
<script> <br> //document.all.myt.insertAdjacentHTML("afterBegin","<h1>Insert content in the container before the text</h1>"); <br> // document.all.myt.insertAdjacentHTML("beforeEnd","<h2>Insert content in the container after the text</h2>"); <br> //document.all.myt.insertAdjacentHTML("beforeBegin"," <h2>Insert content in the container after the text</h2>"); <br> //document.all.myt.insertAdjacentHTML("beforeBegin","<div id='scrollDiv' class='scrollDiv' >"); <br> <br> </script> |