HTML5 Tables

Learn about HTML tables. Tables help us to display data in rows and columns. It's quite helpful when dealing with a series of data retrieved from a source.

HTML table tags <table> - The main element where we add data of our table <thead> - thead works as a table header <tfoot> - tfoor works as a table footer <th> - Table header <td> - Table data <tr> - Table row

Lesson Discussions