+ 7

what is output

<svg width="2000" height="2000"> <circle cx="80" cy="80" r="50" fill="green" /> </svg>

13th Apr 2018, 8:49 PM
Shubham goyal
Shubham goyal - avatar
2 Answers
+ 8
good
16th Apr 2018, 2:58 PM
Shubham goyal
Shubham goyal - avatar
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”)
13th Apr 2018, 11:25 PM
Zinab Abdulmanea
Zinab Abdulmanea - avatar