+ 2
How to use svg tag in html
I something know about svg tag. but I never use svg tag. can anyone describe about it.
1 Answer
+ 5
SVG is a tag that you can shape with other tags inside it. For example, you can draw a circle with <circle>, or rectangle with <rect>. Also, you can join JavaScript into SVGs. Its usage is in maps, 3d text (sometimes) and combination of texts and/or images and/or drawings.