Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<svg width="200" height="100" xmlns="http://www.w3.org/2000/svg"> <rect width="200" height="100" fill="steelblue" rx="10"/> <text x="100" y="60" text-anchor="middle" fill="white" font-size="20">SVG!</text> </svg>
Result
Open