What is the difference between .html and .svgz?
- Extension
- .html
- .svgz
- Format
- Text
- Binary
- Category
- Developer
- Vector Image
- Developer
- World Wide Web Consortium (W3C)
- Adobe Systems
- Description
- 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.
- 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.html
- Wikipedia
- .html on Wikipedia
- .svgz on Wikipedia