What is the difference between .xhtml and .j2k?
- Extension
 - .xhtml
 - .j2k
 
- Format
 - Text
 - Binary
 
- Category
 - Developer
 - Raster Image
 
- Developer
 - The World Wide Web Consortium (W3C)
 - Joint Photographic Experts Group
 
- Description
 - XHTML files are a type of markup language document used to create webpages. It is an XML-based version of HTML and is designed to meet the needs of Web developers. XHTML files have a .xhtml extension and can be viewed in any web browser.
 - Compressed bitmap image that uses wavelet compression instead of the DCT compression used by standard .JPEG images; supports 16-bit color, alpha transparency, and lossless compression.
 
- MIME Type
 - application/xhtml+xml
 - image/jp2
 
- Sample
 - sample.j2k
 
- Wikipedia
 - .xhtml on Wikipedia
 - .j2k on Wikipedia