help me to continue in this step:
-> Nest the existing “img” element within an “a” element.
Your code so far
<a href="#"><img src="https://bit.ly/fcc-running-cats" alt="Three kittens running towards the camera. ">
</a>
what is wrong?
help me to continue in this step:
-> Nest the existing “img” element within an “a” element.
Your code so far
<a href="#"><img src="https://bit.ly/fcc-running-cats" alt="Three kittens running towards the camera. ">
</a>
what is wrong?
Read the instructions again.
Your code is using the example image (https://bit.ly/fcc-running-cats) and not the image shown in the code editor (https://bit.ly/fcc-relaxing-cat) .