Login
Remember
Register
Ask a Question
Inside which HTML element do we put the JavaScript?
0
votes
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
Inside which HTML element do we put the JavaScript?
a) <script>
b) <head>
c) <meta>
d) <style>
javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 10, 2022
by
SakshiSharma
Answer:- A
Reason: <script> is the element where we put the javascript.
...