HTML documents are read and rendered by ________.
-
Compiler
-
Interpreter
-
Browser
-
Network
-
Web server
C
Correct answer
Explanation
A Web browser like Internet explorer, Chrome or FireFox can interpret the set of HTML tags within the page in order to display the page on the screen as the page's creator intended it to be viewed. It recieves the HTML tags from the server, reads it and renders or creates the page on the client system accordingly.