Assign HTML to
<html> <head> <script type="text/javascript" src="js/jquery-1.3.2.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("div").html("<span class='red'>Hello <b>Again</b></span>"); }); </script> </head> <body> <body> <DIV></DIV> </body> </html>