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

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

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 kind of web client technology uses pre-compiled component blocks called 'Plugins' (such as Adobe Flash or Silverlight historically) to run complex media blocks inside older browsers?
A. Native HTML5 Elements
B. DNS Routing Rulesets
C. Browser Plugins / Add-ons
D. Server-side Framework engines

Correct Answer: Option C


Explanation:
Plugins were external software modules that browser apps could load to run specialized media streams, though modern standards have replaced them with native HTML5 tags.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the function of a web browser?
A. To manage email
B. To host websites
C. To request and display web pages
D. To store web pages

Correct Answer: Option C


Explanation:
A web browser is a client-side application that sends HTTP requests to web servers and renders the received web pages for the user.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the purpose of the 'Cookie' header in an HTTP request?
A. To set new cookies on the client
B. To check cookie existence
C. To delete cookies
D. To send stored cookies from the client to the server

Correct Answer: Option D


Explanation:
The Cookie header is used by the client to send previously stored cookies to the server, enabling session management.

This question belongs to: Computer Internet and Web Technologies