What is the difference between .3mf and .html?
- Extension
 - .3mf
 - .html
 
- Format
 - Text
 
- Category
 - 3D
 - Developer
 
- Developer
 - 3MF Consortium
 - World Wide Web Consortium (W3C)
 
- Description
 - 3mf is an additive manufacturing XML-based file format. 3mf files hold data on color, material, and all other details that can't be stored in the STL format.
 - An HTML file is a webpage coded in HTML that can be displayed in a web browser. It is used to format text, tables, images, and other content that is displayed on a webpage. HTML files are widely used on the web as most pages within static websites have an ".html" extension.
 
- MIME Type
 - application/vnd.ms-package.3dmanufacturing-3dmodel+xml
 - text/html
 
- Sample
 - sample.html
 
- Wikipedia
 - .3mf on Wikipedia
 - .html on Wikipedia