Home » HTML » Html miscellaneous » Question
  1. External scripts can’t take the tag _________.
    1. <title>
    2. <h1>
    3. <form>
    4. <script>
    5. 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.



Your comments will be displayed only after manual approval.