Javascript: In the <body>

  
<html>
<head>
</head>
<body onload="alert(\"hello javascript world\")">
</body>
</html>