1 2 3 4 5 6 7
<div id="waht"></div> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $("#waht").html("what") </script>