Explanation: A web browser primarily interprets HTML (HyperText Markup Language) to display information from the World Wide Web.
HTML is the standard markup language used to structure web pages.
Browsers read HTML documents and render them as visual webpages.
Along with CSS (for styling) and JavaScript (for interactivity), HTML forms the core technologies of the web.
Other Options:
Machine Code (A) – Browsers do not directly interpret machine code; it is used by the CPU.
Assembly Language (B) – This is a low-level language for hardware programming, not for web display.
C++ (D) – While browsers may be built using C++, they do not interpret it to render webpages.
Explanation by: Mr. Dubey
HTML is the standard markup language used to structure web pages.
Browsers read HTML documents and render them as visual webpages.
Along with CSS (for styling) and JavaScript (for interactivity), HTML forms the core technologies of the web.
Other Options:
Machine Code (A) – Browsers do not directly interpret machine code; it is used by the CPU.
Assembly Language (B) – This is a low-level language for hardware programming, not for web display.
C++ (D) – While browsers may be built using C++, they do not interpret it to render webpages.