 to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
You changed your img src
. You must not do this
Your img
has no >
You need to have this url exactly match
Ok sorry am on phone and I couldnât copy and paste everything so I screenshot and copy and paste from there apologies so much going on todayđ
There is an Ask For Help button specifically so you donât need to copy-paste
What do you mean by I âchanged my img srcâ it keeps telling me that when I try too. I have checked over and over but canât seem to find the problem. Sorry for any inconvenience.
The url src="..."
is not what is was originally. You changed it so it is different.
Tell us whatâs happening:
Describe your issue in detail here.
**Your code so far**
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<a href="https://freecatphotosapp.com>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."><a/>
</main>
</body>
</html>
Challenge: Learn HTML by Building a Cat Photo App - Step 14
Link to the challenge:
Hello i tried on a new account maybe something will change but still this and it keeps telling me this:
Hello there.
Do you have a question?
If so, please edit your post to include it in the Tell us whatâs happening section.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more information you give us, the more likely we are to be able to help.
You did not put a closing "
at the end of the url.
Also, you have a typo in the url.
This is not the correct way to write a closing tag.
It workeddd thank youuu after so many days and hours of trying and so sweat and tears I was literally having mental breakdowns over this it finally workeddđ thank youu that was such a tiny but significant mistake
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.