-
What indicates the content in file is HTML when delivered on the network.
-
- The “content_type” header
- Both “.html” extension and “content-type” header
- The “content-type” header
- The extension of the file “.html”
- None of these
Correct Option: C
Content-type: header indicates the content in the file is HTML and we can see file content through it when delivered on the network. “.html” is the file extension for HTML.