McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Web Technology
→
JavaScript
→
Inside which HTML element do we put the ...
Q.
Inside which HTML element do we put the JavaScript?
A.
<js>
B.
<scripting>
C.
<script>
D.
<javascript>
Answer» C. <script>
636
0
Do you find this helpful?
2
View all MCQs in
Web Technology
Discussion
No comments yet
Login to comment
Related MCQs
To access an HTML element, JavaScript can use the------method.
The HTML-----attribute is used to specify a class for an HTML element.
The HTML------element is used to create an HTML form for user input.
Which of the following communicates with server-side CGI scripts through HTML form submissions and can be written without the use of JavaScript?
When does JavaScript code appear inline within an HTML file?
In HTML, JavaScript code is inserted betweent-----and </script> tags
Client-side JavaScript code is embedded within HTML documents in
______ tag is an extension to HTML that can enclose any number of JavaScript statements.
To use an image as a link, just put the------tag inside the <a> tag:
The HTML document itself begins with -----and ends with </html>.