i have seen some HTML5 designers ignoring the element <tbody> when marking up a table. They only use the <thead> and <tfoot> elements instead. Can this be considered a good practice and following good standards in HTML5?
This question based on my previous question which can be found at:
thead, tfoot and tbody order in HTML5
- My previous question was about the order of using
<thead><tbody><tfoot>and this question is about the possibilty of removing the<tbody>at all from the markup.