I completed the following assessment: https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Structuring_planet_data
Here’s my code: https://codepen.io/user4592357/pen/OJMoWMQ
Please review it.
I completed the following assessment: https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Structuring_planet_data
Here’s my code: https://codepen.io/user4592357/pen/OJMoWMQ
Please review it.
Hi there @bb8!
I’ve looked over your code, and this is pretty much perfect — well done!
The only small thing I noticed is that <th colspan="2">Dwarf planets*</th>
could probably do with a scope="row"
attribute, as it is also a heading over the top of one row.
But apart from that, great.
@chrisdavidmills thanks a lot! and yes, i totally missed that the row scope! fixed now.