Learn HTML by Building a Cat Photo App - Step 8

Tell us what’s happening:
I am stalked in stage 8. Any help please
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 cat photos.</p>
    <img> <src>=“https://cdn.freecodecamp.org/curriculum photo -app/relaxing-cat.jpg”>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1

Challenge: Learn HTML by Building a Cat Photo App - Step 8

Link to the challenge:

<img src=“https://cdn.freecodecamp.org/curriculum photo -app/relaxing-cat.jpg”>
tada!

Tried but not working

just copy and paste the below code (delete your old code):

<REDACTED>

Hey @reneyibowei, it is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

you have a couple of issues: the fancy quotes are not valid in code, so you need to change that with straight quotes "", and surrounding an attribute na,e with <> is wrong. You also have an other extra >, as a tag has to be written as <elementName attributeName="attributeValue">

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