Colspan not displaying correctly

Why did this display like this? I expected it would display over more columns like in the workshop? I passed the lesson anyway.

<tfoot>
  <tr>
    <td colspan="4">Total Books: 6</td>
  </tr>
</tfoot>    

Also how do I underline something in discourse? Does someone have a discourse code guide? I tried the <u>

Please post a link to the challenge you are working on.

This is the lab and I’m already finished. The code passed. Just didn’t display as expected.
https://www.freecodecamp.org/learn/responsive-web-design-v9/lab-book-catalog-table/build-a-book-catalog-table

if you add more text you should see it taking up more columns

1 Like