How would i get a table with both horizontal and vertical headers?
So e.g
header1 header2 header3 header1 1 1 1 header2 2 2 2 header3 3 3 3
easy. Just leave the first td in the first tr - empty
td
tr
While you can still just <th> the entries in the first column, there is no column-equivalent of <thead>/<tbody> that I'm aware of.
<th>
<thead>
<tbody>
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
728 times
active