Compound Tables
In this lesson, we will cover compound tables in HTML.
We'll cover the following...
The HTML5 markup defines additional elements for describing tables. These are <thead>, <tbody>, <tfoot>, and they are containers for rows describing table header, table body, ...
Ask