Multiple choice

HTML documents are read and rendered by ________.

  1. Compiler

  2. Interpreter

  3. Browser

  4. Network

  5. Web server

Reveal answer Fill a bubble to check yourself
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.