HTML 5

Web Development

HTML 5 Canvas vs SVG

When we have to render graphics on your web page we can use Flash or some raw images. As flash is discouraged and raw images are heavy HTML 5 encourages to do graphics using Canvas or SVG. Read more to find differences between Canvas & SVG.

Scroll to Top