Edit This Code:
<!DOCTYPE html>
<html>
<body>

<svg height="180" width="500">
  <polyline points="0,40 40,40 40,80 80,80 80,120 120,120 120,160" style="fill:white;stroke:red;stroke-width:4" />
  Sorry, your browser does not support inline SVG.
</svg>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy