Tables in HTML


So hello friends here we are going to learn about tables in HTML . How to create tables, table rows and isert data or information in it . So first we need to add <table>... </table> tag in our HTML code . In <table> tag you have to add <tr>...</tr> tag which means table row . For the table heading you have add <th>... </th> tag . After that <td>... </td> which means table data . Here these all tags we have to use for creating our table . So here we are exploring more about table with the help of examples. So let's see the code for the table. 



This will result as follows:

Here you  can add more details with the of help tables . You can create list for school students or any other type of lists in table. So here it was post on tables in HTML . So I hope you may have understood well otherwise if you have any doubts about tables or other HTML topics you can ask me in comment section and best of luck from me .







Here are some other posts

Form in HTML

Ordered and unordered lists in HTML

Attributes in HTML

Basics of html

How to become a web developer

Ids and Classes in HTML

Images and links in HTML