Hi it’s saying my code is wrong but I don’t know what I’m doing wrong. Any help would be appreciated! Thanks
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<a href="http://www.stokemyfire.com>
<img src="http://www.stokemyfire.com/wp-content/uploads/2013/10/bible-verse-love-2.jpg"/>
</a>
<img src="http://www.stokemyfire.com/wp-content/uploads/2013/10/loveneverfails.jpg"
/>
</body>
</html>
Yes sorry it wouldn’t show the whole code until right now.
your link:
<a href="http://www.stokemyfire.com>
seems to be missing a quotation mark ("
) at the end of the url.
And you need a link with text (so 3 things, link with text, link with image (you have) and a normal image (you have)
for next time, use one of the two following options to make your code/indent is visible:
select your code and press ctrl + shift + c (or cmd + shift + c if you use a mac)
if this instructions are unclear, you can also insert 3 backticks before and after your code, like so:
```
<p>visible</p>
```
the backtick is located above the tab key on your keyboard
1 Like