+------------------------------------+
| | | col3 |
| col1 | col2 |-----------------|
| | |subcol1 | subcol2|
+------------------------------------+
| Value 1 | Value 2| Val1.1|Val1.2 |
|------------------------------------|
| Value 1 | Value 2| Val2.1|Val2.2 |
+------------------------------------+
How can I do it with html table? Can someone help me with that?