http://jsbin.com/utisoz/edit#javascript,html
Ive created a simple table without Tbody
how ever it seems that it must generate Tbody.

why is that ?
does Table always generates Tbody ?
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.
In HTML 4 a table is required to have a tbody child, but its start and end tags are optional.
Some browsers do not respect this. So you may or may not get one depending on the browser.