Posted by How to make a table in HTML

Nagihiko (#389758)

Aztec Knight
View Forum Posts


Posted on
2024-08-20 11:11:29
Hi, I recently learned how to make a table using HTML, and thought I’d make a guide for those who don’t.
———
This piece of HTML below is how you start your table!
<*table*>

Table Cells
Table Data
Each table cell is defined by a <*td*> and a <*/td*> tag.
Everything between and are the content of the table cell.
Table Row
Each table row starts with a <*tr*> and ends with a <*/tr*> tag
Table Headers (Optional)
do you want your cells to be table header cells. In those cases use the <*th*> tag instead of the <*td*> tag
Example Table w/o table headers


Example table W/ headers



Hrt Icon 0 players like this post! Like?


No replies have been posted yet.





Memory Used: 626.94 KB - Queries: 2 - Query Time: 0.00063 - Total Time: 0.00378s