Write an HTML table tag sequence that outputs the following:
50 pcs 100 500
10 pcs 5 50

HTML 5 >   HTML Table >   Introduction to Table  

Short Question

4916


Answer:


<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>


This Particular section is dedicated to Question & Answer only. If you want learn more about HTML 5. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.