Does an external .js file require tags?

No, they’re not needed, in fact you’ll get a syntax error if you include them.

Your .js files should contain only JavaScript, no HTML tags around it, like would have inside a page.

Leave a Comment