JavaScript (js) -Script link to HTML -
To link the external js file to an HTML page you need to use <script> tag and source file name of JS.
<script src="script.js">
You can link JS <script> via web link . You do not need to download js file and also upload on your server. You can link directly .
<script src="https://technosmarter.com/script.js">
Recommended Posts:-