back

Code


HTML
Web

<head>
<!-- This links to a file called script.js -->
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<!-- And this is script written in the html document -->
<script> document.write("This is script"); </script>
</body>