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

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <p>See more cat photos in our gallery.</p>
<!--TODO: Add link to cat photos-->

<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi there! This portion of the curriculum is teaching you how to leave comments in html documents. Comments are important because they enable you to leave notes for yourself or other developers about the design of your page or features that you’d like to add to the page at a later time. In html, the comment is written by opening the line with the characters <!-- and closing with -->. These characters tell the html document to ignore this line of code. Here’s an example:

<!-- TODO: Add comments to my html page! -->

I hope this helps!

Welcome to FFC forum. Cut that comment and paste it above <p>See more.....</p> in a separate line,
Your code Will be pass.
@ykgb8zwt28

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