What is the difference between .htm and .pbm?
- Extension
- .htm
- .pbm
- Format
- Text
- Binary
- Category
- Developer
- Raster Image
- Developer
- World Wide Web Consortium (W3C)
- Wolfgang Hoschek
- 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.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- text/html
- image/x-portable-bitmap
- Sample
- sample.htm
- sample.pbm
- Wikipedia
- .htm on Wikipedia
- .pbm on Wikipedia