html - Table with 3 headers but two columns -


is there way type of table using html / css?

header1 | header2 | header 3 --------+---------+---------- 0       | 1  asdasdasdasd 7 2       | 5  asdasdasdasd 3 9       | 7  asdasdasdasd 2 

if have <table> markup <td colspan=2> you. if want <div>s , pure css need called grid systems


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -