Why isn't my code giving a plus sign? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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>

24th Apr 2019, 3:58 PM
Bachir Chaddoud
Bachir Chaddoud - avatar
1 Answer
24th Apr 2019, 4:25 PM
BroFar
BroFar - avatar