Some tables have both column names and row names. ie:
Bob Bill
Game A 4 6
Game B 2 7
The column names (Bob, Bill) are usually marked up using thead and th. Is there any special markup for the row names (Game A, Game B)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
in place of
for the first column.