What is the difference between .htm and .svgz?
- Extension
- .htm
- .svgz
- Format
- Text
- Binary
- Category
- Developer
- Vector Image
- Developer
- World Wide Web Consortium (W3C)
- Adobe Systems
- 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.
- Scalable Vector Graphics (.SVG) files store graphic images in XML format and may contain gradients, transparency, filters and animations. SVG files are compressed using GZIP compression.
- MIME Type
- text/html
- image/svg+xml
- Sample
- sample.htm
- Wikipedia
- .htm on Wikipedia
- .svgz on Wikipedia