<script type="text/javascript">
alert("Halo Dunia!");
</script>
<script type="text/javascript" src="alamat.js">
</script>
<html>
<head>
<script type="text/javascript">
...
</script>
</head>
</html>
<html>
<head>
</head>
<body>
<script type="text/javascript">
...
</script>
</body>
</html>
<html>
<head>
</head>
<body>
<script src="xxx.js">
</script>
<p>Script di atas berada di berkas "xx.js" (eksternal) </p>
</body>
</html>