Build a Cat Photo App - Step 8

Tell us what’s happening:

I m verry near to get that code but i dont understand finesse in thise code

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7 Safari/605.1.15

Challenge Information:

Build a Cat Photo App - Step 8

Hi there and welcome to the forum!
Where are the quotation marks?

Hi buddy, See this is the example of img element.

<img src="https://cdn.freecodecamp.org/platform/universal/fcc_secondary.svg">

Can you guess what is missing in your code ?

the link on the src attribute in your img element should be inside quotation marks: ““

1 Like