Hi everyone! please could ayone help me?

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

  **Your code so far**
<html>
<body>
  <h1>CatsphotoApp</h1>
<h2>cat photos</h2>
<p>Click here to view more<a href="#"> cat photos</a></p>
<a href="#"><img src="https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-1" alt="cat"></a>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 1

Link to the challenge:

Hi badianc20! What step are you in? I noticed you’re missing some elements. By the moment, let’s focus on this part

The value for <a href= it’s an URL, in this case a link to the cat photos. You can get rid of href="#" before <img src and keep only the <a> opening tag.

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