Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

Describe your issue in detail here.

Please I can not code this step without a guide, someone should help me out.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>See more <a cat photos </a> in our gallery.</p>
      <a href="https://freecatphotoapp.com" </a>

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!

The cat photos texts should be nested in an anchor element. I would advise you to move the href from here, to…

Here… and then close this opening anchor tag.

1 Like

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