Friday, May 9, 2014

HTML Lessons part 16

In this lesson I will teach you how to add Javascript to your webpage.  It is very easy all you have to do is out the <script> tag is your webpage then in between the 2 tags write the Javascript.
<script>
alert('Hi!')
</script>


Here is some Javascript.
That is all for today.

No comments:

Post a Comment