+ 5
Is svg tag is important?
I think we have many alternate tags instead of using svg, can anyone say how to use it...
5 Answers
+ 4
There is a lot of depth to this, a lot of different stuff you can do, many different elements and attributes that help you create animations or drawings, SVG is amazing.
+ 4
I was recently thinking about using SVG to make an animated title for my page, I will use paths to make the corners of the viewport round and use text for the title which I will animate to move from right to left over and over again, thats an example of what you can do, I also was thinking about another project I wanted to make, it will be used for my notes page, I will write Karak10 in the middle and have words rotate around like HTML, CSS, JavaScript and others rotating around my name, I will make it so when you point your mouse on a word it stops rotating and I will link the words to my notes, the HTML word to my HTML notes, the CSS word to my CSS notes, I don't yet have JavaScript notes but I will hopefully start learning JavaScript too one day after I'm done with CSS.
+ 3
I have tried many bt I didn't see any use of svg.... I need examples
+ 3
It is important for making responsive web designs... graphics can easily be scaled up or down without any loss in the quality... moreover u can animate it, style it, and the file size is also small when we compared it with some other image file size
+ 2
<svg> tag is important to make graphic using svg.
For example we use <html> tag to declare the page is a web page.
We use <body> tag to make a visible part of the web pages.
Similar to it we have <svg> tag for graphic.