MCQ
What does a web browser do with an HTML file?
Unit-3 Programming Fundamentals
A It compiles it into machine code
B It renders the HTML as a web page
C It converts it to JavaScript
D It saves it as a database
Explanation

A browser parses the HTML and renders it as a visible web page.