Header not being picked up

    <table>
        <thead>
            <tr>
                <th colspan="3">Table Photo's</th>
            </tr>
        </thead> 

I’ve followed the hint and the examples i’ve made but each time it says that the header isn’t there, i’ve tried different solutions but they don’t work if anyone can see whats wrong with my code i’d appreciate it this is on part 4 of this project where i need to add a header

Hi,

before you edited your post it contained the table body. Inside of the body you included a table row that contains <th> tags. Just delete that row and it works.

It worked, Thanks for the help

1 Like