if you can explain the difference between these two ill appreciate it i went through java script it it was explained in a easy way but the table lessons are pretty hard to understand
<thead>
``` is a header for a grouping of row's cells such as [this](http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_tbody) whereas ```
<th>
``` is similar in that is is a header for a row, see [this](http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_table_test) example, but is slightly different syntax as it is specific to that row rather than grouping..
Also see this stackOverflow questions regards [this](http://stackoverflow.com/questions/5395228/html-tables-thead-vs-th) for a more in-depth answer
:D
1 Like
thanks super fast reply
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.