Hello,
I would like assessment of my work for the Structuring planet data.
My code can be found at the jsfiddle link below and I have added the link to the assignment page as well.
https://jsfiddle.net/nebojsavidovic01/bs05fj1a/6/
Nebojsa Vidovic
Hello,
I would like assessment of my work for the Structuring planet data.
My code can be found at the jsfiddle link below and I have added the link to the assignment page as well.
https://jsfiddle.net/nebojsavidovic01/bs05fj1a/6/
Nebojsa Vidovic
Great work on this exercise, @nebojsavidovic01!
Here are a few comments:
<caption>
needs to be the first child of <table>
<colgroup>
you need to declare all columns. To save some typing you could use the span
attribute of <col>
.scope
attributes are correct.I recommend pasting your HTML into the W3C HTML Validator to check for errors: https://validator.w3.org/nu/#textarea
See you,
Michael
Hello,
Thank You so much for Your feedback, I greatly appreciate it.
I have adjusted the code based on Your suggestions and now it passes the validator with now errors!
Thanks again, I will make a mental note to not forget to check my code using the validator.
Nebojsa Vidovic