Computer Science, asked by taman17sukh88, 6 months ago

2.1: The main function of a browser
s to
compile HTML
interpret HTML
de-compile HTML
interpret CGI programs​

Answers

Answered by DeepakUgalePatil
0

Answer:

interpret CGI programs it is main function of browser.

Explanation:

CGI stands for Common Gateway Interface and provides an interface between the HTTP server and programs generating web content. These programs are better known as CGI scripts. They are written in a scripting language. The output from a CGI function is sent to the web client (browser) as a part of the web page.

HTML is not a programming language. It is neither compiled nor interpreted. HTML is what's known as a “markup language.”

Similar questions