Hello1 @veron-kreisy
In step-15 we are given a task to “turn an image into a link”. This means that we have to surround the img tag with an anchor tag. So, when we click on an image we will be redirected to another webpage.
If you’re still stuck, here is a hint for you:
Hint
<a href = "">
<img src = "">
</a>
Happy Coding!