Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening: Cannot figure out the order of the codes?

Describe your issue in detail here.

Your code so far

<main><h1></h1><p></p></main>
<html>
  <body>

<!-- User Editable Region -->

  
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>See more cat photos in our gallery.</p>
   [quote="Rox, post:1, topic:677143"]

[/quote]




<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

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!

Hello @Rox and welcome!

Reset the step to begin with the original code for this step. It will not affect any previously completed steps.

Then, only add the necessary element tags above and below the code that is present, and do not change any of that code.

Example:
<new element tag>
<original code>
<original code>
</new element closing tag>

I did not place code because I think it is important to learn to use the code provided within the steps.

May your coding path be smooth.

Hi! When I click “reset” theres no original code? It just clears off what I had written and is a blank line. There is no code that is present.

Thanks for the reply!

There should be the original code as follows

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

Enter the new requested main element tags above and below this complete set of code.

May your coding path be smooth.

I just got it! I am not supposed to make a whole new line but to add + to what code was already there from the first few lines.
Thank you!

1 Like

Good going!

Smooth coding! :slight_smile:

1 Like

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