+ 4
Use the horizontal and vertical ruler after executing the code. It will show you all shapes <!DOCTYPE html> <html> <head> <h1>Sun</h1> <hr> </head> <body> <svg height="3000" width="3000"> <circle cx="100" cy="100" r="50" fill="yellow" stroke="black"> </svg> <svg height="500" width="500"> <circle cx="250" cy="250" r="60" fill="green" stroke="black"> </svg> </body> </html>
23rd Mar 2020, 12:08 PM
Muhammad Galhoum
Muhammad Galhoum - avatar