Hello World
•
<html>
•
<head><title>hello javascript</title></head>
•
<body>
•
<script >
•
document.writeln ("Hello, World!");
•
</script>
•
</body>
•
</html>
•
Output?