What is the difference between .odp and .htm?
- Extension
 - .odp
 - .htm
 
- Format
 - Binary
 - Text
 
- Category
 - Presentation
 - Developer
 
- Developer
 - Oracle
 - World Wide Web Consortium (W3C)
 
- Description
 - An ODP file is a presentation created by Impress, a presentation editing application included with Apache OpenOffice. It contains a presentation, which generally includes a title slide followed by content slides with text, images, multimedia content, and transition effects. ODP files are formatted using the OASIS XML-based OpenDocument standard.
 - 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.
 
- MIME Type
 - application/vnd.oasis.opendocument.presentation
 - text/html
 
- Sample
 - sample.odp
 - sample.htm
 
- Wikipedia
 - .odp on Wikipedia
 - .htm on Wikipedia