0 votes
in JavaScript by
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">

1 Answer

0 votes
by

Answer:-  A

Reason: The "src" term is used to refer to any JavaScript file) JavaScript.

Related questions

0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
0 votes
asked Mar 23, 2021 in JavaScript by sharadyadav1986
...