Hello everyone!
I finished task Structuring planet data
Please check my solution:
Thank you and have a nice day!
Hello everyone!
I finished task Structuring planet data
Please check my solution:
Thank you and have a nice day!
Hello @trueAliser
you doing great well done just little notice about colgroup
<colgroup>
<col>
<col>
<col style="border: 3px solid black">
</colgroup>
you can write it as
<colgroup>
<col span="2">
<col style="border: 3px solid black">
<col span="9">
</colgroup>
it shorter why we used the col span="9"
cause the validator would check if the number of col in the colgroup is the same as the number in your table or not
and check this
hope that help and have a nice day
Thank you very match.
I could not understand why the errors in the validator, but i figured it out now.
Have a nice day!
you very welcome and glad to help and thanks a lot