Learn HTML by Building a Cat Photo App - Step 28

Tell us what’s happening:
Describe your issue in detail here.

Can anyone tell me what’s wrong?
The error is “The third image should have an src attribute set to https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg .” But the src attribute is set, is it not?

  **Your code so far**
      <figure>
          <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg."</img>
        </figure>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

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

Link to the challenge:

Hello!

Hint: some HTML elements are self-closing., and there’s one dot too much in your link.

Done and it worked. Thank you.

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