Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<!-- User Editable Region -->

<html<h1>CatPhotoApp</h1>
<img<h2>CatPhotos</h2>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1

Challenge: Learn HTML by Building a Cat Photo App - Step 2

Link to the challenge:

Hi! Welcome to the forum!

Please tell us what you are stuck on. It is easier to help if people know what is confusing you. :slight_smile:

I’ve noticed you’ve added html and img tags here. Can you explain your reasoning for this? The code would be correct without them.

<html<h1>CatPhotoApp</h1>
<img<h2>CatPhotos</h2>

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