hey guys,
so im on step 14 on learning how to build a cat app. im having trouble on how to turn the photo into a link.
any help?
hey guys,
so im on step 14 on learning how to build a cat app. im having trouble on how to turn the photo into a link.
any help?
How did you turn the words “cat photos” into a link? You would do the same thing for an image.
im having trouble on how to set it up to be honest
In an earlier step you made the words “cat photos” a link, right? Do you see where you did that in your HTML? What did you do to make the words “cat photos” a link? You would do the same thing to make an image a link. The only difference is that instead of making a group of words a link you are making an <img>
element a link. But the concept is exactly the same.
i wouldnt need to you the target element though correct?
No, you don’t need to add the target
attribute, just the href
attribute.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.