What is the difference between .htm and .pict?
- Extension
 - .htm
 - .pict
 
- Format
 - Text
 - Binary
 
- Category
 - Developer
 - Raster Image
 
- Developer
 - World Wide Web Consortium (W3C)
 - Apple
 
- 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.
 - Image file saved in the Macintosh PICT format; may contain both vector and bitmap data and can use thousands of colors; also supports RLE (Run-length encoding) and JPEG compression to reduce the file size.
 
- MIME Type
 - text/html
 - image/pict
 
- Sample
 - sample.htm
 - sample.pict
 
- Wikipedia
 - .htm on Wikipedia
 - .pict on Wikipedia