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

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -