Search code examples
htmlhttp-headersmime-typesmime

Which MIME types are used for HTML/web pages


Which MIME types are used for web pages (no matter if HTML/XHTML/HTML5, etc.)?

I just need a list of MIME types, which are used for serving browsers with web pages and not files (PDF, Word, images, ZIP archives, etc).


Solution

    • HTML: text/html
    • MHTML: multipart/related
    • XHTML: application/xhtml+xml
    • CSS: text/css
    • JavaScript: application/javascript
    • JSON: application/json
    • Internet Explorer's behavior (.htc): text/x-component