Friday, 20 May 2011

Introduction To Javascript Week 1

Here's a simple example of Javascript to show alert.

<html>
<body>

<h1>My First Web Page</h1>

<script type="text/javascript">
alert("Hello World!")
</script>

</body>
</html>

No comments:

Post a Comment