Can the `<link>` tag be used to include JavaScript in our projects?

Question

Can the <link> tag be used to include JavaScript in our projects?

Answer

No. To load JavaScript into our HTML document we use the <script> tags. To learn more, check out our “Introduction to JavaScript” course.

7 Likes

thanks
this means a lot to me