What does the acronym HTML stand for? MCQ with Answer and Explanation

What does the acronym HTML stand for?
A. HyperText Model Language
B. Hyperlink Text Model Language
C. HighTech Markup Language
D. HyperText Markup Language
Answer: Option D
Solution (By JKSSB Mock Tests)
HTML stands for HyperText Markup Language, the standard markup language for creating web pages and web applications.

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 an example of an open-source web browser developed by the Mozilla Foundation?
A. Firefox
B. Safari
C. Edge
D. Chrome

Correct Answer: Option A


Explanation:
Firefox is a popular open-source web browser developed and managed by the Mozilla Foundation and its subsidiary.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the function of the 'DOCTYPE' declaration in HTML?
A. To define the character encoding
B. To specify the HTML version and standards mode
C. To link to an external stylesheet
D. To set the page title

Correct Answer: Option B


Explanation:
The DOCTYPE declaration tells the browser which version of HTML to use and triggers standards mode for proper rendering.

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. Web Crawler
B. Modem Adapter
C. Proxy Server
D. Hyperlink Index

Correct Answer: Option C


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