Friday, August 16, 2013

JavaScript hello

<html>
<body>

<script type="text/javascript">
document.write("Hello World!");
</script>

</body>
</html>

Result

 

No comments: