The <line> element is used to create a line:
Here is the SVG code:
<svg height="210" width="500">
<line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
</svg>
Try it Yourself »
Code explanation:
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!