diff --git a/html.md b/html.md index dd77bc2..2f64132 100644 --- a/html.md +++ b/html.md @@ -34,3 +34,7 @@ Data- attributes allow us to store extra information on standard, semantic HTML ## Have you used different HTML templating languages before? + + +## What is the difference between canvas and svg? +Canvas is a HTML element used to draw graphics on the fly, via scripting and the element is only a container for graphics. SVG is a vector image that can be scaled up or down to any extent without losing the image quality.