Learn HTML by Building a Cat Photo App - Step 4

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

Your code so far
Pls give me an example

<p> Click here to view more cat photos</p><p><!-- TODO: Add Link to cat photo--></p>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/105.0.5195.147 Mobile/15E148 Safari/604.1

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

Link to the challenge:

Hi @Pyenfa !

Your starting code should look like this:

    <p>Click here to view more cat photos.</p>

If I add a comment below the p element as an example, it will look like this:

    <p>Click here to view more cat photos.</p>
    <!-- This is a comment -->

Now, the instruction says you should add a comment above the p element.
The comment text should be: TODO: Add link to cat photos

Can you try that?

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