What is the role of the 'viewport' meta tag in responsive web design? MCQ with Answer and Explanation

What is the role of the 'viewport' meta tag in responsive web design?
A. To set the zoom level
B. To adapt the page layout to different screen sizes
C. All of the above
D. To disable scaling
Answer: Option C
Solution (By JKExamLibrary)
The viewport meta tag controls the visible area and scaling for mobile devices, essential for responsive design.

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
Which of the following is a protocol used for transferring files over the internet, often used for uploading website content?
A. FTP
B. DNS
C. SMTP
D. HTTP

Correct Answer: Option A


Explanation:
FTP (File Transfer Protocol) is used to transfer files between client and server, commonly used for uploading website files to web hosts.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following browser extensions or configuration flags blocks specific outbound tracker requests to preserve network bandwidth and user privacy?
A. FTP client bridge
B. Ad blocker
C. Proxy server route
D. Antivirus module

Correct Answer: Option B


Explanation:
Ad blockers and tracker shields actively block requests to third-party ad networks and analytical tracker domains, optimizing load speeds and confidentiality.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which component of a URL structure details the exact network communication mechanism used to request the resource from a remote server?
A. Protocol/Scheme
B. Query String Parameter
C. Domain Name
D. Subdirectory Path

Correct Answer: Option A


Explanation:
The protocol/scheme part (like http, https, ftp) informs the client browser which set of rules to use to access that network address.

This question belongs to: Computer Internet and Web Technologies