InterviewSolution
Saved Bookmarks
| 1. |
What must a web server furnish the browser when it returns a document with a mime type? |
|
Answer» MIME stands for "Multipurpose Internet Mail Extensions. It's a way of identifying FILES on the Internet ACCORDING to their nature and FORMAT. For example, using the "Content-type" header value defined in a HTTP response, the BROWSER can open the file with the proper extension/plugin. |
|