What is to be done here?

Tell us what’s happening:
Describe your issue in detail here.
There’s no example of what is to be done in this step, so how are we to proceed?

What kind of attribute, where, what structure to be written in. It seems the biggest challenge in this is trying to learn this the way the author wants and trying to understand when there are so few details.

  **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 href="https://freecatphotoapp.com">cat photos</a>.</p>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 13

Link to the challenge:

You add attributes like you were shown in this lesson

Step 8 just gives a definition of what an attribute is, it doesn’t show how we are to structure what is not clearly being asked in step 13.

What is the starting point? What is the structure? The question asked doesn’t give enough information.

Hello!
So, in step 8 we have:
Definition of attribute, as you mentioned
Also example:

<img src="https://www.your-image-source.com/your-image.jpg">

What did you mean by starting point?

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