Learn HTML by Building a Cat Photo App - Step 14

I need help passing Step 14 Please.

if you can share the code you have tried to use or explain which part of the exercise you are struggling with, that would help us to help you.

1 Like

Here it is. Thank you so much for responding .

it looks like you are struggling to add the code.

When you enter a code block into a forum post, 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 (').

Just use three backticks before and after the code and it will show up properly like this:

1 Like

Good job on adding that anchor tag. You just need to fix the closing of the anchor tag.
It seems you have written it as <a/> but you need </a>

Thank you very much for responding so swiftly. I appreciate your help so much.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.