The table tag a very important tag in the HTML language. A table consists of rows and columns. The data in a table is more readable and easy to understand. In the table, we can present the data in sort form. There are three main elements in HTML for building tables. These are the tags <th>, <tr> and <td> is used in the table tag.
The <th> is used to define the table heading. The <tr> is used to define the table rows and the <td> is used to define the table column. The table tag is used to define a table. <tr> tag is used to define a row in a table and <td> tag is used to define a data cell. <th> tag is used to define the header row of the table.
Comments
Post a Comment