Lesson 15 - Oops, try again. Make sure you put some text between your <a></a> tags!

<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<In what way does your code behave incorrectly? Include ALL error messages.>

```

Replace this line with your code.

<do not remove the three backticks above>

Please improve your question so we can help you :slight_smile: Add code + error message + question

I can’t figure out how to add "some text between ". Everything that I am doing appears to be correct. I attempted to add my HTML formatting but I also get an error for that too!

Please post your code i can have a look

Sorry, new users can only put 2 links in a post.

use markup, then you can post as many links as you like:

Apparently I can’t figure this out.

I am afraid you will have to figure it out, since otherwise you can’t include all the links, and even if you could, the code won’t show (markup is needed to make html code show)

You could make a screenshot and upload it, but i am not a huge of this, since it makes it more difficult for me to help you

		<div>
		    <a href="http://google.com">Dining or Eating</a>
		    <a href="http://yahoo.com">Wooooooooot!!!<a/>
		    <a href="http://msn.com">WikiHow say what?</a>
		</div>
	</body>```

your problem?

@cathy.connordcsg.com

your second link, the closing tag has the slash at the wrong place

1 Like