+ 1
How to put my name in the center of the circle?
<!doctype html> <html> <head></head> <body> <svg width="2000" height"2000"> <circle cx="670" cy="120" r="50" fill="grey" /> </svg> <h1 align="center" > Moustafa </h1> </body> </html
1 Answer
<!doctype html> <html> <head></head> <body> <svg width="2000" height"2000"> <circle cx="670" cy="120" r="50" fill="grey" /> </svg> <h1 align="center" > Moustafa </h1> </body> </html