Day-6 Creating Tables
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...
garimasharmacoder.hashnode.dev3 min read