Hello,
I did the Structuring planet data assignment. I posted my results on Codepen. I feel fairly confident in it, which concerns me. If you wouldn’t mind taking a look at it, I would appreciate it.
Thank you.
Dill.
Hello,
I did the Structuring planet data assignment. I posted my results on Codepen. I feel fairly confident in it, which concerns me. If you wouldn’t mind taking a look at it, I would appreciate it.
Thank you.
Dill.
No need to be concerned. You did great!
Only some small improvements:
<colgroup>
by using the span
attribute on the <col>
s:<colgroup>
<col span="2">
<col style="border: 2px solid black">
<col span="9">
</colgroup>
<caption>
element needs to be the first child of <table>
to be valid HTML.
can be ommited in empty cells. Just use <td></td>
I think that’s all. As I said only small things. All the rest of the table is perfect!
I hope that helps.
Have a nice day,
Michael