0
What is the use of svg tag
svg tag
2 Answers
+ 5
https://www.w3schools.com/html/html5_svg.asp
What is SVG?
SVG stands for Scalable Vector GraphicsSVG is used to define graphics for the WebSVG is a W3C recommendation.
The HTML <svg> element is a container for SVG graphics.
SVG has several methods for drawing paths, boxes, circles, text, and graphic images.
+ 4
for creating svg shapes in a web page