How To Make A Table In HTML?

Use the `

` tag to create a table

Use the `

` tag for each table row

Use the `

`

Place header cells inside the first row with `

` tag for header cells

Use the `

` tag for data cells

Add rows inside the table with `

`

Place content cells inside rows with `

`

Close each tag properly

Example:

`

`

`

`

`

`

`

`

`

`

`

`

`

`

`

`

`

`

`

Name Age
Alice 25

`

Suggested for You

Trending Today