About html circle | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 1
It's not "length", "height" is correct
21st Mar 2020, 6:36 PM
Farhan
Farhan - avatar