<html> <body> <div id='foo'> </div> <script type='text/javascript'> document.getElementById("foo").innerHTML += "<b>1</b>"; </script> </body> </html>