Why do browsers insert tbody element into table elements?
I was playing around with some ideas using raw html and JQuery. One thing I did was to create an table element with a set of rows. <table id="MyTable" > <tr> <td>Tit...