-2

I just start learning html and css, can someone tell me how to make this table using html and css, I am stuck. I would really appreciate that. Here is the table

Mica
  • 1
  • 3

1 Answers1

0

Use rowspan and colspan to create cells that spans over multiple rows or columns. You would need some cells that span over 4 columns and some that span over 5 rows. Here are some tutorials (you'll need to scroll down to colspan and rowspan or "Merging Cells"):

Community
  • 1
  • 1
abacles
  • 849
  • 1
  • 7
  • 15