Assessment wanted for Structuring a page of content - RKDXB

Requesting for Assessment wanted for Marking up a letter which was developed as per tutorial https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content.

The Project Code files have been been shared in shareable editor at the below link

Live Site :-
https://assessmentsbirdswatching.glitch.me

Code:-

Amazing job @rajkumar_baluskuri :medal_sports:

I can only spot one small mistake. You used the same image for the thumbnail and the link. The idea is to have the thumbnails as src and the bigger images are loaded when clicked:

<a href="favorite-1.jpg">
  <img src="favorite-1_th.jpg" alt="Small black bird, black claws, long black slender beak, links to larger version of the image">
</a>

The rest is flawless :white_check_mark:

Michael

Thanks Miko for identifying my mistake and providing a valuable input.

1 Like