Right choice is (a) <script>
The explanation is: 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.