Add the words See more
before the anchor element and in our gallery
after the anchor element.
See more cat photos in our gallery</
a>
Add the words See more
before the anchor element and in our gallery
after the anchor element.
See more cat photos in our gallery</
a>
HTML
See more <a href="https://freecatphotoapp.com">cat photos in our gallery</
a>
Hi there!
Please share the complete and proper code you’re working on so we can better understand the issue. Also, make sure the opening tag of <a>
is correctly added if you’re working with HTML.
Lastly, let us know which lesson or step you’re stuck on — that way we can help you out more accurately and quickly.
It looks like the “cat photo” text is supposed to be the clickable link, and it should be wrapped in the <a>
tag. The lesson is asking you to place the words "See more " before the anchor link and " in our gallery" after it.
Here’s what might have happened: You may have wrapped everything incorrectly.
To fix it:
<a href="your_url">
) right after "See more ".So the structure should look like this:
“See more " → <a href="your_url">cat photo</a>
→ " in our gallery”.
This should fix the issue. Let me know if you need any further help!
Thank you finally I managed to get it right
That’s awesome to hear! I’m glad you got it right. If you have any more questions or run into any other issues, feel free to reach out. Happy coding!
I’ve edited your code for readability. 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 (').