0
Why isn't my code giving a plus sign?
<!Doctype HTML> <body> <svg width="500" height="500"> <line x1="50" y1="0" x2="50" y2="100" style="stroke:#000000;stroke-width:10;"> <line x1="0" y1="50" x2="100" y2="50" style="stroke:#000000;stroke-width:10;"> </svg> </body> </html>
1 Answer
+ 3
Try this instead
https://code.sololearn.com/W0QdXQPcGYYl/?ref=app