"Structuring planet data" - assessment

Hola.
Enlace al ejercicio Structuring planet data para su valoración.

Gracias por su tiempo y comentarios.

Excellent work @Juan_Carlos_Alvarez_Fernandez

I have just some very tiny things:

  • You can use the span attribute on the col to save some lines:
    <colgroup>
      <col span="2">
      <col style="border: 2px solid black;">
      <col span="9">
    </colgroup> 
    
  • I wouldn’t consider the top left cell a header cell since it’s empty. So <td> would be more appropriate. Also, I think it isn’t necessary to add an non-breaking space there.
  • The scope of “Dwarf planets” should be “row”.

I hope that helps. :slightly_smiling_face:

Michael

1 Like

Muchas gracias, Michael.
Tengo en cuenta esas modificaciones, tanto para eliminar código sobrante
en el colgroup como para modificar la celda vacía y solventar el error en el scope de la fila “Dwarf planets”.
Un saludo.

1 Like