What is the difference between .htm and .bmp?
- Extension
- .htm
- .bmp
- Format
- Text
- Binary
- Category
- Developer
- Raster Image
- Developer
- World Wide Web Consortium (W3C)
- Microsoft
- Description
- Commonly used by web browsers like Mozilla Firefox and Internet Explorer to show format text and images in an HTML web page. In plain text format, they contain markup code.
- A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
- MIME Type
- text/html
- image/bmp
- Sample
- sample.htm
- sample.bmp
- Wikipedia
- .htm on Wikipedia
- .bmp on Wikipedia