Tell us what’s happening:
The colspan isn’t working and I’m failing the last step. Not sure why. Thanks for any help.
Your code so far
<tfoot>
<tr>
<td colspan="4">Total Books:5</td>
</tr>
</tfoot>
```
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Challenge Information:
Build a Book Catalog Table - Build a Book Catalog Table
Hi,
Check the text in your td element properly. There is a typo error.
Thanks
Hmm could you be more specific? I don’t see what the typo is.
Check for space in the td element text Total Books:5 according to the code instruction.
Update: solved it. I put a space after the colon and that worked 
There is no space between the colon and the 5, nor between books and the colon, if that’s what you mean.
ILM
6
and is that what you are asked to write? double check
I realise now it wanted a space after the colon.