Convert SVG into HTML for embedding in web pages.
Upload your SVG file
Click Upload and select your SVG file from your device.
Confirm HTML as output
The HTML format is auto-selected for this page—confirm it (or choose if needed). HTML keeps the SVG scalable in browsers.
Convert and download
Click Convert Now and download your HTML file. Preview in Chrome and Firefox. Note: May need CSS adjustments.
File extension | .html |
---|---|
File category | Document file |
Stands for | Hypertext to Markup Language |
Developer | World Wide Web Consortium and WHATWG |
Overview | This extension is predominantly used to design web pages which are displayed by different browsers such as Safari, Internet Explorer, Mozilla Firefox and Google; etc. Web browsers get the HTML document from a web server and in return, generate the document into multimedia web pages on a user's device. The source code can be viewed by choosing an option ‘View page source' (appears on right-click) from a web page or by using a shortcut that is ‘Ctrl + U'. In actual words, this format directs the browser on how to exhibit the words and images of a web page to the user. It may include images, audio, video and scripts as well. |
Technical description | It helps to create a structured document where semantics are used to display text such as paragraphs, headings, hyperlinks, tables and quotes; etc. The building blocks of HTML pages are their elements which are designed by tags using angle brackets. For example, <img /> and <input /> tags help to submit content into the page, <p> tag provides information about the document text, . Apart from this, the technologies that support this format are CSS (Cascading Style Sheets) and JavaScript, which is a scripting language. Here is a list of few basic elements or tags. <head> for metadata, <body> defines the body of the webpage, <h1> text header for creating a text title, <p> specify a paragraph, <img> to embed an image, <ul> to indicate an unordered list with no numerical order or bullet list and <div> used to define sections or divisions. |
Links | wikipedia.org (opens in new tab - official documentation) |
File extension | .svg |
---|---|
File category | Vector Image File |
Stands for | Scalable Vector Graphics |
Developer | World Wide Web Consortium |
Overview | This extension is based on an extensible Markup Language (XML) and images stored in this format are two dimensional as well as vector graphics. It is an open standard format but it supports both interactivity and animation. These files can be searched, indexed, scripted and compressed because their behaviour is specified by XML text files. Editing can be done using a text editor or any drawing software. All popular web browsers provide rendering support to SVG. The major difference between the bitmap image or raster image and vector image is that the former one is made up of a fixed set of pixels whereas the latter one consists of a fixed set of shapes. Scaling in raster reveals the pixels in it and in vector it tells about the shapes. |
Technical description | It follows lossless data compression as it contains numerous repeated fragments of text. SVGZ image is a compressed form of SVG, when it is compressed using GZIP algorithm. In 2011 there was mobile version 1.1, which minimized the computational and display capacities. As these files use text to describe the graphics that is why it is very easy to resize them to different sizes(Zooming and Diminishing) without loss of quality. Besides this, they have the capability to store rich graphics and also offers compatibility to CSS(Cascading style sheets) for styling which in return allows a higher level of presentation editing. In addition to this, JavaScript is used for scripting. Lastly, it has three types of graphic objects – vector graphic shapes (paths and outlines), bitmap images and text. |
Links | wikipedia.org (opens in new tab - official documentation) |