Assessment required for 'Structuring planet data'

Hello, I completed this assignment of structuring planet data on MDN’s HTML tables.
please assess it and give feedback on this.
Here is my assignment on codepen.
strong text

Hi @shraddhav1935 and welcome to the community :wave:

Congratulations! Great job :+1:

Here are some small improvements:

  • We need to specify all column inside <colgroup>. Since we don’t want to write out twelve <col>, we can use the span attribute:
    <colgroup>
      <col span="2">
      <col style="border: 2px solid black">
      <col span="9">
    </colgroup>
    
  • There’s the <tr> missing inside <thead>

I think that’s all :slightly_smiling_face:
On a general note I recommend using consistent indention to make reading the code easier.

Keep up the good work,
Michael

2 Likes

@mikoMK Thank you very much… I will work on it.

1 Like

Glad it was helpful. :blush:

By the way: Your email address is visible in your post. I think it somehow ended up in the optional “name” field of your profile. I recommend removing it.