+ 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>
20 Respuestas
+ 8
plus sign
+ 2
+
+ 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>
+ 1
plus sign
+ 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>
+ 1
asalomu aleykum ozbeklar it kursiga borayotganlar mani tiktok profilim bek_vines12 like potpiska
0
it comes out as a cross, aligned to the top left.
0
+
0
plus sign
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
0
plus sign
0
puls sing
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>
0
0
plus
0
plus sign
- 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
- 1
hi
Plus sign
u can run your code in online runner and see result . (very fast very easy)
- 1
Plus Sign
- 2
line x1