+ 1
what is a external fiile??
i did want to know what is a external file because the course mentions it
2 odpowiedzi
+ 1
If you think about your home computer, you can make a few text files and have them link to the HTML file. The ones that are not the HTML file are external files.
https://code.sololearn.com/W326FKwAKXtN/?ref=app
0
An external file is a new file, different from an existing file. You can link this file with the existing one, you can modify it and many other thinks.
Example:
You have a HTML file. You have created a new JavaScript file. By using <script src="filename.js"></script> at the HTML code, you have attached it to the HTML code.
Not the best explaination, but I hope you got it✌