Which language does a browser use to display information from the World Wide…
2023
Which language does a browser use to display information from the World Wide Web?
- A.
Machine code
- B.
Assembly language
- C.
C++ / सी++
- D.
More than one of the above
- E.
None of the above
Attempted by 211 students.
Show answer & explanation
Correct answer: E
Web browsers are designed to interpret and display content from the World Wide Web using specific markup and scripting languages. The primary technologies used for this purpose are HTML (HyperText Markup Language) for structure, CSS (Cascading Style Sheets) for styling, and JavaScript for interactivity. Options A (Machine code), B (Assembly language), and C (C++) are low-level or general-purpose programming languages used for system software development, not for rendering web pages directly in a browser. Since none of the listed options (Machine code, Assembly language, or C++) are used by browsers to display web information, the correct choice is 'None of the above'.