Skip to content
Advertisement

Does an external .js file require tags?

Does an external .js file require internal and containing tags to work?

Advertisement

Answer

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.

Advertisement