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.
Related MCQs
What will be the value of x after executing let x = 5; x += 3; ?
Unit-3 Programming Fundamentals
View
Which CSS property is used to change the text color?
Unit-3 Programming Fundamentals
View
Which tag defines a header cell in an HTML table?
Unit-3 Programming Fundamentals
View
Which is the correct way to declare a variable in JavaScript?
Unit-3 Programming Fundamentals
View
Which CSS property is used to change the font size of text?
Unit-3 Programming Fundamentals
View
When does a while loop check its condition?
Unit-3 Programming Fundamentals
View