How to fill the color between two path of SVG?

initialize path1 and path2 paths, how to fill the color between them?

Mar.11,2022

fill fill color, or you can write css to fill


one more line, path3, is between 1 and 2, and the code is as follows:

< svg width= "100%" height= "100%" >

<line x1="50" y1="75" x2="200" y2="75" style="stroke:red;stroke-width:2;"/>
<line x1="50" y1="100" x2="200" y2="100" style="stroke:blue;stroke-width:50;"/>
<line x1="50" y1="125" x2="200" y2="125" style="stroke:red;stroke-width:2;"/>

< / svg >

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b33475-2be84.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b33475-2be84.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?