25
How to create table in HTML ? [Explained with Eaxmple ]
Hey folks
Are you looking for Guide to create table in HTML then this post is for you readers. I am going to guide or explain you how you can create awesome tables in HTML with example.
Content
โบ Tags We need
โบ Example
โบ Tags We need
โบ Example
Tags to create awesome HTML Table
Without Tags we can't make tables and Tags are vital part of any kind of HTML project.
Tag:
<table> This Tag Defines HTML Table.
<tr> This Tag Defines Each Table row.
<th> This Tag Defines header of table.
<td> This Tag Defines cell of table.
Tag:
<table> This Tag Defines HTML Table.
<tr> This Tag Defines Each Table row.
<th> This Tag Defines header of table.
<td> This Tag Defines cell of table.
Read More : How I added block elements to paragraph ?
Thanks for Reading ๐.
25