Here’s my code.
Well done!
I only see some small improvements:
- When using
<colgroup>
you need to define all the columns. You need to add<col span="9">
at the end. You can also see how I used thespan
attribute to avoid writing<col>
nine times. - The “Notes” header doesn’t need a
colspan
. - “Venus” is missing an empty
<td></td>
element at the end.
I recommend using the W3C HTML validator to check your code. Sometimes the errors are a bit hard to understand, but you can always ask us if you don’t know what it means.
Have a nice day,
Michael
1 Like
Thanks @mikoMK for your constructive review. Previously I was getting many column errors when using the W3C HTML validator. Now all the errors are fixed. Thanks again.
1 Like
Excellent improvements. Now it’s perfect!
1 Like