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>
1 Antwort
+ 1
It's not "length", "height" is correct