quiz question. i don't understand this question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

quiz question. i don't understand this question

What shape results from the following code? <svg width="100" height="100"> <line x1="50" y1="0" x2="50" y2="100" style="stroke:black" /> <line x1="0" y1="50" x2="100" y2="50" style="stroke:black" /> </svg>

8th Nov 2016, 4:21 PM
Afreen Sayed
Afreen Sayed - avatar
20 Answers
+ 8
plus sign
17th Apr 2020, 5:00 PM
Nji Daniel
Nji Daniel - avatar
+ 2
+
12th Jun 2020, 5:25 AM
Christine Heart S. Sumilang
 Christine Heart S. Sumilang - avatar
+ 1
to add a line to the page, starting from coordinates 10, 20 and ending at 50, 100: <svg width="500" height="500"> < line x1="10" y1 ="20" x2 ="50" y2="100" /> </svg>
18th Feb 2019, 5:36 AM
Dagondon Jerson Ebido
Dagondon Jerson Ebido - avatar
+ 1
plus sign
7th Mar 2019, 6:32 PM
Erick Guzman
Erick Guzman - avatar
+ 1
<svg width="100" height="100"> <line x1="50" y1="0" x2="50" y2="100" style="stroke:black" /> <line x1="0" y1="50" x2="100" y2="50" style="stroke:black" /> </svg>
4th Jun 2020, 10:02 PM
Kareem Adel Awwad
Kareem Adel Awwad - avatar
+ 1
asalomu aleykum ozbeklar it kursiga borayotganlar mani tiktok profilim bek_vines12 like potpiska
24th Jan 2021, 1:13 PM
Murodullayev Bexruz
0
it comes out as a cross, aligned to the top left.
8th Nov 2016, 6:03 PM
Aquarius
Aquarius - avatar
0
+
18th Jun 2019, 5:10 AM
Harish Ram
Harish Ram - avatar
0
plus sign
22nd Mar 2020, 1:58 PM
Anil Kumar Reddy
Anil Kumar Reddy - avatar
0
What shape results from the following code? <svg width="100" height="100"> <line x1="50" y1="0" x2="50" y2="100" style="stroke:black" /> <line x1="0" y1="50" x2="100" y2="50" style="stroke:black" /> </svg> the correct answer is plus sign
3rd Jun 2020, 9:52 AM
revita nisya afifah
0
plus sign
2nd Feb 2021, 1:42 PM
Misagh Bolhasani
Misagh Bolhasani - avatar
0
puls sing
17th Feb 2021, 7:31 PM
Yaxyo Yoldashev
Yaxyo Yoldashev - avatar
0
Fill in the blanks to add a line to the page, starting from coordinates 10, 20 and ending at 50, 100: <svg width="500" height="500"> <line x1="10" y1="20" x2="50" y2="100" /> </svg>
23rd Feb 2021, 7:21 AM
Shaxzod Ergashov
Shaxzod Ergashov - avatar
0
7th May 2021, 3:38 PM
CALEB OSIBAN
CALEB  OSIBAN - avatar
0
plus
7th Jun 2022, 9:35 PM
Algorithm
Algorithm - avatar
0
plus sign
17th Jul 2022, 5:37 PM
Cooper
Cooper - avatar
- 1
What shape results from the following code? <svg width="100" height="100"> <line x1="50" y1="0" x2="50" y2="100" style="stroke:black" /> <line x1="0" y1="50" x2="100" y2="50" style="stroke:black" /> </svg> answer is: plus sign
6th Mar 2017, 4:55 PM
GADE. NAVEEN
GADE. NAVEEN - avatar
- 1
hi Plus sign u can run your code in online runner and see result . (very fast very easy)
14th Oct 2017, 1:20 PM
Mohammad Javad.Sami
- 1
Plus Sign
22nd Oct 2018, 3:51 AM
Orkhan Miralayev
Orkhan Miralayev - avatar
- 2
line x1
12th Oct 2018, 10:37 AM
Md Robin Mollah
Md Robin Mollah - avatar