Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

What I have to type in 2nd phase or

Your code so far


<!-- User Editable Region -->


    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online!</p>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

Hi. You need to follow this instruction.

Identify the main section of this page by adding a <main> opening tag before the h1 element, and a </main> closing tag after the p element.

If you are still having problems, please can you reply to this thread and put your updated code into the forum post.

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 (').