Question 3321 – Data-Interpretation
November 27, 2023UGC-NET DEC-2019 Part-2
November 27, 2023Web-Technologies
|
Question 11
|
Which tag is used to enclose any number of javascript statements in HTML document?
|
< code >
|
|
|
< script >
|
|
|
< title >
|
|
|
< body >
|
Question 11 Explanation:
The < script > tag is used to define a client-side script (JavaScript).
The < script > element either contains scripting statements, or it points to an external script file through the src attribute.
Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content.
The < script > element either contains scripting statements, or it points to an external script file through the src attribute.
Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content.
Correct Answer: B
Question 11 Explanation:
The < script > tag is used to define a client-side script (JavaScript).
The < script > element either contains scripting statements, or it points to an external script file through the src attribute.
Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content.
The < script > element either contains scripting statements, or it points to an external script file through the src attribute.
Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content.
