Is svg tag is important? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Is svg tag is important?

I think we have many alternate tags instead of using svg, can anyone say how to use it...

7th Jul 2020, 9:28 AM
Išhwäŕÿā.P 👑
Išhwäŕÿā.P 👑 - avatar
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.
15th Jul 2020, 8:15 PM
Karak10
Karak10 - avatar
+ 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.
16th Jul 2020, 8:36 AM
Karak10
Karak10 - avatar
+ 3
I have tried many bt I didn't see any use of svg.... I need examples
7th Jul 2020, 10:19 AM
Išhwäŕÿā.P 👑
Išhwäŕÿā.P 👑 - avatar
+ 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
7th Jul 2020, 11:15 AM
Vaibhav Tandon
Vaibhav Tandon - avatar
+ 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.
7th Jul 2020, 9:59 AM
Omkar Kamat
Omkar Kamat - avatar