3 Replies Latest reply: Jun 7, 2013 10:02 AM by Mike M RSS

    <tbody> tags in tables : Useful, or useless?

    jyeager11 Community Member

      Not sure how I got it, but I have code that has <tbody> tags in it. Dreamweaver does not include <tbody> tags when creating tables, this is something the browser adds on for some reason.

       

      Googling the subject reveals 2 schools of thought on <tbody> tags :

       

      1. They're an essential component of tables and should not be removed (if anything, they should be added where none exist)
      2. They're completely useless, you can search/replace all files for this tag and auto-delete it.

       

      Where does the Adobe community stand on this?