<div id="hello"></div> <script type="text/javascript"> document.getElementById('hello').innerHTML = 'Hello'; </script>