Designer-Logo
Designer-Logo
Überschrift Beispiel Tag svg
<!DOCTYPE html>
<html>
<body>
<h3>Das svg-Element</h3>
<svg width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="grey" stroke-width="4" fill="dodgerblue" />
</svg>
</body>
</html>
Überschrift BrowserAusgabe

Das svg-Element