Construir una app de fotos de gatos - Paso 4

Cuéntanos qué está pasando:

buenos dias chicos. tengo una duda.
en el paso #4 e tratado de todas las formas para avansar en este paso pero no e contrado solucin e incluso he mirado en foros pero nada.

alguna sujerencia?

Tu código hasta ahora

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
<!-- User Editable Region -->
    <!--TODO: Remove h1-->
    <p>TODO: Add link to cat photos</p>
<!-- User Editable Region -->
    
  </body>
</html>

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36

Información del desafío:

Construir una app de fotos de gatos - Paso 4

Enlace de GitHub: i18n-curriculum/curriculum/challenges/espanol/blocks/workshop-cat-photo-app/5dc17dc8f86c76b9248c6eb5.md at main · freeCodeCamp/i18n-curriculum · GitHub

Welcome to the forum @luisdiaz1232016 ,

Please reset this step and try again.

The comment you are asked to add should be on the line above the existingp element. The p element should remain unchanged.

Happy coding

buwnoa dias, acabo de inbertir el orden pero ahora sale que el texto debe contener : TODO: Add link to cat photos. ya lo ise pero no deja abanzar

Hi @luisdiaz1232016,

Please post your updated code.

There are two ways you can format your code to make it easier to read and test:

  1. After you copy/paste your code into the editor, select it by dragging your cursor over it then click the (</>) button in the toolbar to automatically wrap your code in backticks. (You can click on the animated demo image below to enlarge it.)

  1. Manually add three backticks on a new line above your code and on a new line after your code. Note that a backtick is NOT the same as a single quote('). To find the backtick key on your keyboard, see this post.

To see changes to your post as you make them, you can click the (M+) button on the toolbar to bring up the rich text editor:

Happy coding

buenas tardes mi duda es la siguiente: en el punto #4 al momento de introducir  TODO: Add link to cat photos. sobre el elemento (p) aparese el siguiente mensaje. Tu comentario debe contener el texto TODO: Add link to cat photos.
e intentado de todo y no me deja abanar, alguna sujerencia.

Lesson URL (copy - paste from your browser’s address bar)

I should not have asked you to create a new topic. I’ve merged your update into this existing topic.

Please post your updated code so we can help you.

Thank you

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

Lesson URL (copy - paste from your browser’s address bar)

Welcome to the forum @luisdiaz1232016

Please post a link to the challenge.

TODO: Add link to cat photos

Based on the information you gave, the text you input is different to the expected text.

Happy coding

Thank you for posting your code.

I went ahead and combined your posts for you. In the future, just reply to the original thread to add further updates.

Please reset this step and try again. The instructions are asking you to add this comment,TODO: Add link to cat photos, above your existing p element., but you have added the example comment instead.

Happy coding