Text MIME Types
Plain text, CSS, CSV, calendar, markdown, and source-code media types.
Category quick table
| MIME type | Extensions | Binary | Charset |
|---|---|---|---|
text/html | .html, .htm | No | UTF-8 |
text/css | .css | No | UTF-8 |
text/javascript | .js, .mjs | No | UTF-8 |
text/plain | .txt, .text | No | UTF-8 |
text/csv | .csv | No | UTF-8 |
text/xml | .xml | No | UTF-8 |
text/markdown | .md, .markdown | No | UTF-8 |
text/calendar | .ics | No | UTF-8 |
Text
8 pagestext/html
.html, .htmtext/html is used for HTML documents.text/css.csstext/css is used for CSS stylesheets.text/javascript.js, .mjstext/javascript is used for JavaScript source.text/plain.txt, .texttext/plain is used for plain text.text/csv.csvtext/csv is used for comma-separated values.text/xml.xmltext/xml is used for XML text.text/markdown.md, .markdowntext/markdown is used for Markdown documents.text/calendar.icstext/calendar is used for iCalendar data.