Learn html by building a cat photo app step 6

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

<!-- User Editable Region -->

    
    <p>See more cat photos in our gallery.</p>


< a href="link-to-your-cat-photos">gallery</a>
   <!--<p> TODO: Add link to cat photos </p> -->
  </body>

<!-- User Editable Region -->

</html>

ho

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hello! Welcome to the forum.
Please post your full code here.
On a new line add three backticks
Then paste your code on the next line.
After your code add another line with three more backticks. Here is three backticks: ```

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Your comment must not be wrapped in a p element. Remove the opening and closing p tags. Your comment should also be above your p element so move it to the line before your p element.

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