What is the difference between .mhtml and .xbm?
- Extension
- .mhtml
- .xbm
- Format
- Binary
- Text
- Category
- Developer
- Raster Image
- Developer
- Microsoft
- The X Consortium
- Description
- MHTML, short for MIME HTML, is a file format that archives web pages. The format combines HTML code, images, JavaScript, and other resources into a single file using MIME type multipart/related. This method of encapsulating a complete webpage (or set of webpages) in a single file makes MHTML files convenient for saving, sharing, and viewing web content offline. MHTML files typically have the extension .mhtml or .mht and can be opened by various web browsers.
- Bitmap image used by the X Window System (X11), a graphical user interface (GUI) used to manage networked client-server computers; stores a monochrome image that is written as plain text in the C programming language.
- MIME Type
- application/x-mimearchive
- image/x-xbitmap
- Sample
- sample.xbm
- Wikipedia
- .mhtml on Wikipedia
- .xbm on Wikipedia