write an html table tag sequence that outputs the following 50 pcs 100 500 and 10pcs 5 50
Answers
Answered by
0
Answer:
<html>
<table>
<tr>
<td>50 pcs</td>
<td>100</td>
<td>500</td>
</tr>
<tr>
<td>10 pcs</td>
<td>5</td>
<td>50</td>
</tr>
</table>
</html>
Write an HTML table tag sequence that outputs the following:
50 pcs 100 500
10 pcs 5 50
Similar questions
Math,
4 months ago
Science,
4 months ago
Chemistry,
8 months ago
Psychology,
1 year ago
Math,
1 year ago