Hi,
Can someone advise what’s wrong with my code? I really can’t figure this out…
You only have one image, you’re on the right track for the other, but it needs to be an <a>
that wraps an <img>
tag.
You might want to revisit this exercise, to have a syntax refresher on how to make a link. Now, you currently have one image (step 02 of instructions), add a link, and between the link opening tag (<a>
) and link closing tag (</a>
) add another images, so you have two images total
and the fact that href is an attribute, and not a html element?
Yeah, he just needs to slap an ‘a’ in front of it. Like this, <a href="address">
yes, indeed. And then between the link tags, just add another image tag with source attribute.
Absolutely right!
Thanks both - I revisited the lesson like you suggested. Sorry if I’m being really stupid, but I feel like this should be right now?
@iallan, the problem is that you need two pictures, one that is a link, and one that isn’t. Just add another picture, and it’ll be done!
Amazing - got it!
Thanks so much for your help!