HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> svg circle{ stroke:red; stroke-width:3; fill:green; } </style> </head> <body> <svg height="100" width="100" xmlns:xlink="http://www.w3.org/1999/xlink"> <a xlink:href="/svg" target="_blank"> <circle cx="50" cy="50" r="40" /> </a> </svg> <p><strong>Note</strong>: Click on the svg circle to 'Learn SVG'</p> </body> </html>
OUTPUT
×

Save as Private