What is the purpose of the 'charset' attribute in an HTML meta tag? MCQ with Answer and Explanation

What is the purpose of the 'charset' attribute in an HTML meta tag?
A. To refresh the page
B. To define the viewport
C. To specify the character encoding for the document
D. To set the language
Answer: Option C
Solution (By JKSSB Mock Tests)
The charset attribute in defines the character encoding (e.g., UTF-8) used for the HTML document.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a valid scheme in a URL?
A. http
B. https
C. All of the above
D. ftp

Correct Answer: Option C


Explanation:
http, https, and ftp are all valid URL schemes (protocols).

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following HTTP status code categories indicates that a server-side failure or system issue occurred while processing a request?
A. 5xx series
B. 4xx series
C. 3xx series
D. 2xx series

Correct Answer: Option A


Explanation:
HTTP status codes in the 5xx range (such as 500 Internal Error or 502 Bad Gateway) mean the request failed due to an error on the server side.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which network component acts as an intermediary gateway or buffer between a local computer client and the broader internet, often used to cache requests or hide client IPs?
A. Proxy Server
B. Hyperlink Index
C. Web Crawler
D. Modem Adapter

Correct Answer: Option A


Explanation:
A proxy server receives client requests, intercepts them, masks the source identity, and relays them to destination servers across the web.

This question belongs to: Computer Internet and Web Technologies