FIT100
Using JavaScript in HTML
JavaScript must be surrounded by
<script> tags … build a test page
<html><head><title>My Test Page</title></head>
<body>
<script language=“JavaScript”>
Put your JavaScript code here
</script>
</body>
</html>