About html circle | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 1
It's not "length", "height" is correct
21st Mar 2020, 6:36 PM
Farhan
Farhan - avatar