Q. What is the correct syntax for referring to an external script called " abc.js"? (Solved)
1. <script href=" abc.js">
2. <script name=" abc.js">
3. <script src=" abjs">
4. None of the above
- c. <script src=" abc.js">
1. <script href=" abc.js">
2. <script name=" abc.js">
3. <script src=" abjs">
4. None of the above