Day-6 Creating Tables
Mar 29, 2024 · 3 min read · Table formatting tag in html : A table in HTML consists of table cells inside rows and columns. In html <table> table tag contains the total structure of table . <tr>,<td> and <th> tags are used while creating a table. <table> The whole table informa...
Join discussion
