What is the purpose of a web server in full-stack development?
a) To serve static and dynamic content to users
b) To store large amounts of data
c) To create HTML code for web pages
d) To manage user authentication
Answer:
a) To serve static and dynamic content to users
Explanation:
A web server processes incoming requests from browsers and sends back the required content, such as HTML files, images, or data from databases.