101 · Question #153
Which of the following is a language used for content provided by a web server to a web client?
The correct answer is D. HTML. HTML (HyperText Markup Language) is the language used to structure and present content that a web server delivers to a web client (browser). FTP and TCP are protocols, and HTTP is the transfer protocol, not a content language.
Question
Which of the following is a language used for content provided by a web server to a web client?
Options
- AFTP
- BTCP
- CHTTP
- DHTML
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (28)
Why each option
HTML (HyperText Markup Language) is the language used to structure and present content that a web server delivers to a web client (browser). FTP and TCP are protocols, and HTTP is the transfer protocol, not a content language.
FTP (File Transfer Protocol) is a network protocol for transferring files between systems, not a language for describing web content.
TCP (Transmission Control Protocol) is a transport-layer protocol that provides reliable data delivery; it operates below the application layer and has no role in defining content structure.
HTTP (HyperText Transfer Protocol) is the application-layer protocol used to request and deliver web content, not the language used to write that content.
HTML is a markup language that defines the structure and presentation of web page content. When a web server responds to a client request, it delivers HTML documents that the browser interprets and renders. HTML is the actual content language, distinct from HTTP which is only the communication protocol used to transport that content.
Concept tested: HTML as web content markup language
Source: https://developer.mozilla.org/en-US/docs/Web/HTML
Topics
Community Discussion
No community discussion yet for this question.