Build a Cat Photo App - Step 4

Tell us what’s happening:

i am keep on trying this code please help me with this code

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

  <!--TODO: Add link to cat photos -->
  <p>Everyone likes <a>cute cats</a> online!</p>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Build a Cat Photo App - Step 4
https://www.freecodecamp.org/learn/full-stack-developer/workshop-cat-photo-app/step-4

hi there, welcome to the forum.

The fCC challenges give precise instructions and do not allow you to submit code that was not part of the instructions given.
For example, you’ve modified the paragraph element from the initially given code:
<p>Everyone loves cute cats online!</p>
to this:

…which is not accepted by the fCC tests.

You should reset the step by clicking the Reset button and this will restore the seed code given in this step. After that, add the comment above the paragraph element without modifying it.

Hope this helps.

Hi Buddy, Here this step wants to teach you about commenting

When we want to write a code description to understand it later, So we use comments in html.

Here is an example.

<!-- This is the good line to use -->

This how we can do use it..
The same thing you need to do add this line into comment .

Do write it before your p tag.

TODO: Add link to cat photos

Hope You Understand.

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