Home

First JavaScript

Add JavaScript to Web Page

<script type = "text/javascript">
alert("This is an alert box!");
</script>