What is the purpose of the 'noscript' tag in HTML? MCQ with Answer and Explanation

What is the purpose of the 'noscript' tag in HTML?
A. To embed server-side code
B. To provide alternative content for browsers that do not support JavaScript
C. To disable scripts
D. To hide elements
Answer: Option B
Solution (By JKSSB Mock Tests)
The tag defines content to be displayed if the user's browser does not support or has disabled JavaScript.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which structural part of a URL address path identifies an exact anchored location or sub-section header inside a long single web document page?
A. The Port configuration code
B. The Top-Level Domain suffix
C. The Fragment Identifier (initiated by a '#' character)
D. The Scheme definition block

Correct Answer: Option C


Explanation:
The fragment identifier at the end of a URL, introduced by a hash (#), specifies a precise location or section anchor within the fetched web document.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the default port for FTP control connection?
A. 20
B. 22
C. 21
D. 25

Correct Answer: Option C


Explanation:
FTP uses port 21 for the control connection (commands) and port 20 for data transfer (active mode).

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a valid top-level domain (TLD)?
A. .com
B. .http
C. .www
D. .html

Correct Answer: Option A


Explanation:
.com is a generic top-level domain (gTLD) used for commercial purposes. .html, .http, .www are not valid TLDs.

This question belongs to: Computer Internet and Web Technologies