-
External scripts can’t take the tag _________.
-
- <title>
- <h1>
- <form>
- <script>
- None of these
Correct Option: D
We used external JavaScript code by saving is as .js extension, we can’t use <script> tag in external JavaScript file. For using external script, we can use src attribute and put file name inside it with <script> tag.