+ 4
What are <g> tags used for in html?
Is it new in html 5 or it has been removed from html, I want to know.
9 Respostas
+ 3
This might be helpful:
https://stackoverflow.com/questions/17342574/what-is-the-use-of-g-tag
+ 2
Where did you see these tags?
+ 2
I was reading the sololearn online source code and i saw it, but google did not give me any good explanation for it
+ 2
Marzan thanks.
+ 2
Duncan yes, to group svg elements together so that the same transformation can be applied to the whole group at once.
+ 1
Thanks you, I think it has something to do with SVG
+ 1
Also the g tag might be found in XLIFF files to prevent that contents to be trabslated.
+ 1
Use in svg to group elements to single element