Get the code of HTML svg rectangle stroke and watch video tutorials. You can practise using our code editor. Our practicle guide will make your learning journey much easier. You can explore the tutorial and learn.
<svg>
<rect
fill="yellow"
width="200"
height="100"
stroke-width="6"
stroke="cyan"
x="10"
y="10"
/>
</svg>