Example: Tables
Here are some features to notice:
- The header cell with Costs has the scope
rowgroup
. - The header cells with the names of continents span multiple columns.
- The element
tfoot
comes after the elementthead
and before the elementtbody
. - The totals are written in by hand, not automatically calculated.
Note:
Hints:
- undefined
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
<!DOCTYPE html>
<html lang="en">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
th {
text-decoration: underline;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX