About html circle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

About html circle

I entered a code to print out circle but the circle is not appearing in my screen DOCTYPE HTML> <html> <head><title>no name</title></head> <body bgcolor="gray"> <svg length="2000" width="500"> <circle cx="80" cy="240" r="40" fill="black"/> </svg> </body> </html>

21st Mar 2020, 6:28 PM
Immortal Soul
Immortal Soul - avatar
1 Answer
+ 1
It's not "length", "height" is correct
21st Mar 2020, 6:36 PM
Farhan
Farhan - avatar