Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the correct syntax for referring to an external script called "LFC.js"?
Home
JavaScript
What is the correct syntax for referring to an external script called "LFC.js"?
0
votes
asked
Oct 8, 2022
in
JavaScript
by
rajeshsharma
What is the correct syntax for referring to an external script called "LFC.js"?
a) <script src="LFC.js">
b) <script source="LFC.js">
c) <script ref="LFC.js">
d) <script type="LFC.js">
external-script
javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 8, 2022
by
rajeshsharma
Answer:- A
Reason: The "src" term is used to refer to any JavaScript file) JavaScript.
...