+ 1
What is the use of svg?
hello, I have read that js can be used to make animation and stuffs like that so i just wanna know is it necessary to understand svg? if so then please can you tell me how to write an animation using svg thankd previously
1 Respuesta
+ 3
Svg & canvas both are use to draw graphics in html page.
<svg>
<!--draw graphics inside these tags.
for more details see the svg lesson in html course from sololearm.-->
</svg>