- 3
Fill in the blanks to create a red circle at the position X=50, Y=240:
the answer is : ? <svg width="1000" height="1000"> <circle cx="50" cy ="240" r="10" fill="red" /> </svg>
9 odpowiedzi
+ 11
where are the blanks...???☺️
u can try that code in code playground to verify if it's working or not..
+ 5
<svg width="2000" height="2000">
<circle cx="50" cy="240" r="10" fill="red" />
</svg>
+ 2
the answer is : ?
<svg width="1000" height="1000">
<circle cx="50" cy ="240"
r="10" fill="red" />
</svg>
+ 1
<svg width="1000" height="1000">
<circle cx="50" cy ="240"
r="10" fill="red" />
</svg>
0
Thx Man
0
Fill in the blanks to create a red circle at the position X=50, Y=240:
<svg width="1000" height="1000">
<
circle
cx="50"
cy
="240"
r="10"
fill
="red" />
</
svg
>
0
Circle
Cy
Fill
Svg
0
q
0
<svg width="1000" height="1000">
<
circle
cx="50"
cy
="240"
r="10"
fill
="red" />
</
svg
>