I do not understand what I have done wrong in step 12

I need help what I’ve done wrong

1 Like

You’re really close, what it’s asking is for you to take your <a href...></a> tags and put those around the words “cat photos” in the original sentence text, not at the end of it. That way the sentence on the page will look the same except that the words “cat photos” will be a link.

2 Likes

Hi, thank you for your time to message me I was wondering are you able to give me an example or answer what your trying to explain as I am a visual learner

You bet.

If I want the word bold to be bold, I can ‘wrap it’ in <strong></strong> tags like this:

If I want the word <strong>bold</strong> to be bold.

Which shows up on the page as:
If I want the word bold to be bold.

If instead I wrapped the word “bold” with <a></a> tags along with link information, then bold would have become a hyperlink.

1 Like

Photos/screenshots of an error can be helpful, but it also helps to provide the complete code. Posting the code helps us help you better!

When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

<p>See more cat photos in our gallery.<a href="https://freecatphotoapp.com">cat photos</a></p>

THANK YOU SO MUCH

1 Like