Skip to main content

Command Palette

Search for a command to run...

How to make a table in html

Updated
1 min read
How to make a table in html
A

I am a very discipline person and very passionate about my work

Seeing table on a website is something very interesting,then we wonder how it was made,so in this article I'm going to teach you how to make a table on your website. The first step is to open the table tag like thishttps://images.unsplash.com/photo-1639956624484-adc68d3c48a0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1032&q=80

then inside the table tag you will create a table row data then inside it you will create a table data tag . This is how it would be /storage/emulated/0/Snapchat/Snapchat-1021232726.jpg

creating html table
With this you can create a table on your website . In my next article I will show you how to put border in your table.