Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

Me pueden ayudar creo que estoy colocando el texto como es pero no salgo de este punto

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    <h2>Cat  Photos</H2>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

Hi there and welcome to the forum!

  1. You need only one space here
  1. tags should be always lowercased
1 Like

Other users have answered your specific questions, but I wanted to give you some general information. When writing code, you have to be specific with every letter, space, symbol, capitalization, etc. The computer will do exactly what you tell it to. It doesn’t know or care what you meant. So while I and other users can look at your code and immediately tell what you want, the computer doesn’t.

2 Likes