Hello!
I have completed "Structuring Planet Data" on MDN Web Docs and would like to have my code review.
Here is a link to my code on CodePen.
Looking forward to your response.
Thank you
Hello!
I have completed "Structuring Planet Data" on MDN Web Docs and would like to have my code review.
Here is a link to my code on CodePen.
Looking forward to your response.
Thank you
Hello @tuhamworld
you doing great well done just few notice here :
try to validate your code here https://validator.w3.org/#validate_by_input
and you will get all the issue
hope that help and have a nice day
Thank you for the review. I have made some changes to the code.
Can you please recheck if it’s going on well now?
you welcome and well done just little things :
<colgroup>
<col span="2">
<col style="border:2px solid #000;">
</colgroup>
be like that
<colgroup>
<col span="2">
<col style="border: 2px solid black">
<col span="9">
</colgroup>
and have a nice day
Thank you for the patience and for this. I have update the Code on CodePen.
Quick Question
I guess using
<col span="9">
is the same as repeating…
<col>
9 times
you very welcome @tuhamworld
for your question it’s yes and to make sure that you got it’s power
so if we use an example to illustrate it
try to change you colgroup to this
<colgroup>
<col span="2">
<col >
<col span="9" style="border:2px solid #000;">
notice the style will apply to all those 9 column which save us a lot writing
hope that help and have a nice day
Wow
Thank you so much for this and glad to have you guys here as our guide!
This helps and do have a nice day over there too
@tuhamworld you very welcome and i am just a learner same as you so i need a guide
and glad to help and thanks a lot