Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:

no me funciona para programar en editor y quiero hacer mi primer ejercicio

Your code so far


<!-- User Editable Region -->

   
<html>
  <body>
    <h1>hola mundo</h1>
     <h2>CatPhotoApp</h2>
    
    
  </body>

<!-- User Editable Region -->

</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 1

Welcome to the forum @comandouser77cam

Please remove the following code, as the instructions did not ask for it.

Please change the h2 tags to h1 tags.

Happy coding

1 Like

Pido disculpas por cualquier problema con la traducción, estoy usando Google Translate y puede ser extraño.

No debes agregar un elemento h2, cambia el texto h1 a “CatPhotoApp”

Codificación feliz

English Translation

I apologize for any issues with the translation, I’m using Google Translate and it can be weird.

You should not add an h2 element, change the h1 text to “CatPhotoApp”

Happy Coding

1 Like

Hey Buddy , Here you need to put the text CatPhotoApp in the h1 tag

Note : h1 tag is the biggest heading in html.

Hope You will understand,

1 Like