Basic HTML and HTML5 - Turn an Image into a Link

Tell us what’s happening:

Three kittens running towards the camera.

Response:

Three kittens running towards the camera. // running tests 1. The existing img element should be nested within an a element. 2. Your a element should be a dead link with an

Your code so far

<a href="#">
  <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="Three kittens running towards the camera.">
</a>

Your browser information:

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

Challenge Information:

Basic HTML and HTML5 - Turn an Image into a Link

you delete all the other html

please reset the lesson, do not delete anything and add the a element