Direction: Choose the correct option
Q1.
How would you serve an HTML file in raw Node.js?
Direction: Choose the correct option
Q2.
What `Content-Type` header should be set when serving HTML?
Direction: Choose the correct option
Q3.
Why should you use `res.writeHead()` or `res.setHeader()` before sending data?
Direction: Choose the correct option
Q4.
What is a common issue when reading HTML files synchronously in a server?
Direction: Choose the correct option
Q5.
How can you serve HTML files asynchronously without blocking?
