What is the difference between .xhtml and .ras?
- Extension
 - .xhtml
 - .ras
 
- Format
 - Text
 - Binary
 
- Category
 - Developer
 - Raster Image
 
- Developer
 - The World Wide Web Consortium (W3C)
 - Sun
 
- 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.
 - Originally used on the Sun Microsystems computers, RAS is a raster image format that displays bitmap images. It is popularly used for specific types of research projects and it can be developed in Unix OS as well. It supports 1 and 32-bits per pixel and used RLE compression codec.
 
- MIME Type
 - application/xhtml+xml
 - image/x-cmu-raster
 
- Wikipedia
 - .xhtml on Wikipedia
 - .ras on Wikipedia