For instance, if you style the TBODY element but don't have the <tbody> or </tbody> tags in the markup then the rendering will differ depending on whether you serve it as text/html or XML.HTML Code:<table> <tr><td>foo</td></tr> </table>Code:tbody { background:lime; }








Bookmarks