Graphics

Tag Description
<canvas> This element is used to draw graphics, on the fly, via scripting (usually JavaScript)
<svg> SVG stands for Scalable Vector Graphics. This element is a container for SVG graphics and defines graphic drawings for the web

To learn more about canvas, I need to learn about it from the Javascript tutorial. I've never heard of SVG but there is a tutorial just on SVG, which is a language for describing 2D graphics in XML.

Back button Table of Contents Next button