this is my code what am i doing wrong?
In the closing a tag try typing it like this:
<a/>
insted of
</a>
idk how it is possible but it works for me that way
it worked lol thank you
Plus i saw the error i’m getting and they asking you to type 3 elements.
One should be a just a link, one should be just a picture and one should be a picture with a link!
How you do it?
The first element should look something like:
<a href="URL"></a>
The second should look like:
<img src="IMAGE-URL" />
And the third should look like:
<a href="URL">
<img src="IMAGE-URL">
</a>
So the <a/>
is not the solution. i’m sorry for the misunderstood
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.