in JavaScript by
Q:

What should appear at the very end of your JavaScript?

The <script language="javascript"> tag

a) <script>

b) <script>

c) </script language="javascript">

d) All of the above

1 Answer

0 votes
by

Answer:-  B

Reason: </script> Should appear at the very end of your JavaScript.

The < script> element either contains scripting statements, or it points to an external script file through the src attribute.

Related questions

+1 vote
asked Nov 27, 2022 in AJAX by sharadyadav1986
0 votes
asked Dec 1, 2022 in JavaScript by john ganales
0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
...