What am i doing wrong? help me

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 cat photos.</p>
    <imgsrc="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 8

Link to the challenge:

You need a space between the element name and the attribute name.

2 Likes

wow thank you i feel slow.

Actually, the instructions don’t give an example or explain how you place the attribute in the element, so I wouldn’t blame yourself 100%.

UPDATE: Whoops, they do give an example. OK, I guess you get 100% of the blame :grinning:

lmfaoooo yeah no excuses.

OK, I’m going to try and at least give you a little bit of an out. For me, the example is split into two lines with <img at the end of one line and src="https://www.your-image-source.com/your-image.jpg"> at the beginning of the next line. So I can understand how it might not be clear there is a space in between those two.

yupp thats what happened to me. How long did it take you to get this certification if you have it?

I didn’t get the certification, I’m too old and have too much experience to need it.

oh thats nice. Im just recently getting into coding. Like a couple of hours in. You think if i get most of these certification im set for my like my college applications.

I don’t know if any of these certifications themselves are going to help you get into college but depending on what classes you are going to take they could help you there. If you want to discuss this further you can direct message me.

1 Like

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