John John
John John

Reputation: 1

how i can build HTML table which contain merged cells on the first column and 2 cells on the second column

I want to build this table in HTML :-

enter image description here

so how i can do so?

Thanks

Upvotes: -1

Views: 134

Answers (2)

Yash Sonalia
Yash Sonalia

Reputation: 398

You can use the rowspan property. Check this: https://www.w3schools.com/html/html_table_colspan_rowspan.asp

Upvotes: 2

Related Questions