0 votes
in JavaScript by
Inside which HTML element do we put the JavaScript?

a) <script>

b) <head>

c) <meta>

d) <style>

1 Answer

0 votes
by

Answer:-  A

Reason: <script> is the element where we put the javascript.

...