+ 7
What is svg and canvas used for
3 odpowiedzi
+ 7
To draw graphics in the webpage. SVG stands for Scalable Vector Graphics, which means that they will stay in good quality no matter how much you zoom in, and the <canvas> tag is for drawing on a canvas with JavaScript.
+ 5
Try to do html and css course and you will know :)