Fill in the blanks to create a red circle at the position X=50, Y=240: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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>

19th Mar 2018, 7:21 AM
Nawid Rasouly
Nawid Rasouly - avatar
9 Answers
+ 11
where are the blanks...???☺️ u can try that code in code playground to verify if it's working or not..
19th Mar 2018, 7:48 AM
🌛DT🌜
🌛DT🌜 - avatar
+ 5
<svg width="2000" height="2000"> <circle cx="50" cy="240" r="10" fill="red" /> </svg>
12th Mar 2020, 6:27 PM
Md. jahidul islam
Md. jahidul islam - avatar
+ 2
the answer is : ? <svg width="1000" height="1000"> <circle cx="50" cy ="240" r="10" fill="red" /> </svg>
19th Mar 2018, 7:22 AM
Nawid Rasouly
Nawid Rasouly - avatar
+ 1
<svg width="1000" height="1000"> <circle cx="50" cy ="240" r="10" fill="red" /> </svg>
2nd Apr 2020, 4:11 AM
Ahmed Ba Haroon
Ahmed Ba Haroon - avatar
0
Thx Man
30th Jun 2019, 3:15 AM
Arhaan Bagewadi
Arhaan Bagewadi - avatar
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 >
15th Mar 2020, 4:32 AM
sivaguru y v
sivaguru y v - avatar
0
Circle Cy Fill Svg
14th Nov 2020, 4:43 AM
JaKayla Eaddy
0
q
12th Apr 2021, 11:48 AM
Ahmed Aziz
Ahmed Aziz - avatar
0
<svg width="1000" height="1000"> < circle cx="50" cy ="240" r="10" fill ="red" /> </ svg >
14th Jul 2021, 2:04 PM
akinyemi