how to print message in javascript


<html>
<head>
<title>
Java Script Web Site

</title>
</head>
<body>
<script>
document.writeln("hello world");


</script>
</body>
</html>