I think we've proved that there's more than one way to do this. The table
tag and CSS are both viable options.
Rather than add another way to complete the challenge I'd just like to say that, whether it's easier or harder, simpler or more complex: tables in HTML should be used for displaying tabular data.
- Tables are made for tabular data.
- CSS is made for styling/presentation.