Review my page for me please!

Tell us what’s happening:
I’ve finished my project, please review it for me !!!

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36.

Challenge: Build a Tribute Page

Link to the challenge:

All in all, it looks good. If I’m being picky…

The image caption is much too long. A caption is just supposed to label the picture, not be an essay.

img tags are self-closing so they should have a /> at the end.

br tags are not supposed to be children of ul. If you want extra spacing between your li elements, you should use CSS.

What is this:

      <tfoot>
        <tr><a href="#" target=_blank></a>         </tr>
      </tfoot>

doing?

But still, great start. Assuming this passes the test scripts, have fun on the next project.

Thank you very much for the corrections, I will try to not do the same mistakes

:wink:

That’s the best we can do. Just keep learning and getting better.