#just started

1 messages · Page 1 of 1 (latest)

obsidian raptor
#

okay so I just started learning HTML, and i typed in href before I was instructed, is that the reason this keeps failing? (sorry for asking such a simple thing, I'm completely new to this)

soft pewter
#

They want you to turn the words "cat photo" into a link, it looks like you added your own link after that

#

You have to add a href to the <a> around "cat photos"

obsidian raptor
#

oooh okay will do, thank u sm

obsidian raptor
#

so this is what I did, but it keeps giving me errors

soft pewter
#

you need to put the words "cat photos" in between the <a> and </a>
and the URL goes in the href

#

its like this
<a href="URL of link">Text of link</a>