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 JKExamLibrary)
The tag defines content to be displayed if the user's browser does not support or has disabled JavaScript.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What is the primary operational task of a 'Root Name Server' operating within the hierarchical Domain Name System infrastructure?
A. To monitor local physical network card connectivity metrics
B. To parse HTML structural page tags inside browser interfaces
C. To direct DNS query lookups to the appropriate Top-Level Domain (TLD) nameservers based on the extension of the domain requested
D. To filter email spam items from corporate mail boxes

Correct Answer: Option C


Explanation:
Root name servers are the first step in resolving human-readable domain names, directing inquiries to the appropriate Top-Level Domain (TLD) servers (like those for .com or .org).

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the function of the 'defer' attribute in a script tag?
A. To execute the script asynchronously
B. To delay script execution until the page has parsed
C. To prevent script from running
D. To load the script after page load

Correct Answer: Option B


Explanation:
The defer attribute tells the browser to continue parsing the HTML while the script downloads, and execute it after the document is parsed, in order.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which protocol is used to send email from a client to a mail server?
A. POP3
B. IMAP
C. SMTP
D. HTTP

Correct Answer: Option C


Explanation:
SMTP (Simple Mail Transfer Protocol) is used for sending emails from a client to a mail server and between mail servers. POP3 and IMAP are used for retrieving emails.

This question belongs to: Computer Internet and Web Technologies