If your using javaScript in your html file add a <script> tag

Lets get started

not in a html file

alert("yourmessage");

save it as whateveryouwant.js

in a html file

<script>alert("your message");</script>