Hey, I'm putting a really basic .js code in my pages, and rather than type up the code each time I want to just save it externally in an index. W3 Schools says you need to remove the <script> tags from the .js document, so I'm wondering if that means I should open up with:
<type="text/javascript">
or if I should open up with <script type="text/javascript">
and just leave off the </script> at the end.
<type="text/javascript">
or if I should open up with <script type="text/javascript">
and just leave off the </script> at the end.