What is the difference between .txt and .xhtml?
- Extension
- .txt
- .xhtml
- Format
- Text
- Text
- Category
- Document
- Developer
- Developer
- The World Wide Web Consortium (W3C)
- Description
- A TXT file is a standard text document that contains unformatted text. It is recognized by any text editing or word processing program and can also be processed by most other software programs.
- XHTML files are a type of markup language document used to create webpages. It is an XML-based version of HTML and is designed to meet the needs of Web developers. XHTML files have a .xhtml extension and can be viewed in any web browser.
- MIME Type
- text/plain
- application/xhtml+xml
- Sample
- sample.txt
- Wikipedia
- .txt on Wikipedia
- .xhtml on Wikipedia