How can I create a table like the above example in HTML and CSS. I\'ve tried the fol
Column 1 Column 2 Cell 1 Cell 2 Cell 3 (Two columns)
colspan will help you. Link to more info.