Tables (<table>, <tr>, <td>, <th>)

Tables in HTML were predicted for presenting tabular data. Because they are suitable for laying out a web page many programmers are still using them for that purpose. Due some downt...

Caption element (<caption>)

The caption element defines nature or character of a table. The caption may be inserted only directly under <table> tag. Syntax: <table><...

Row groups (<thead>, <tbody>, <tfoot>)

Table grouping via <thead>, <tbody> and <tfoot> is used to give more information about columns that follow. The browsers might render independen...

Column groups (<colgroup>, <col />)

Column groups are assigned to make structural division between columns. In combination with