HTML table with 2 rows in first column and 3 rows in second column

HJS

New Member
I can't figure out how to make the table look like this(and please without CSS!!):
1BUkc.png
\[code\]<table border="1"><tr> <td rowspan="2">text1</td> <td>text2</td></tr><tr> <td rowspan="2">text3</td></tr><tr> <td rowspan="2">text4</td></tr><tr> <td>text5</td></tr>\[/code\]
 
Back
Top