I have a HTML code snippet:
<table>
<tr>
<th>a header</th>
<td>some content</td>
</tr>
</table>
the rendering is as it would be a table with two columns. Is it a legal HTML code?
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.
For which version of HTML? The W3C validator is pretty definitive:
http://validator.w3.org/check
It validates ok as HTML 4.01 transitional.