+ 7
what is output
<svg width="2000" height="2000"> <circle cx="80" cy="80" r="50" fill="green" /> </svg>
2 Réponses
+ 8
good
0
The result will be a circle filled by a green color.
<svg> element is used as a container for drawing shapes in the web. In your example the circle will be drawn using <circle> element with a radius = 50 (r=“50”)