Sobre una lección en el curso de HTML

Enlaza hacia secciones internas de una página con los elementos anchor
La primera parte la pude hacer bien, pero cuando pide que "la etiqueta footer debe tener un atributo ID establecido como “footer”, no logro hacerlo. Alguien me puede ayudar. Desde ya muchas gracias.

Please share the code of what you have tried so far and a link to the challenge.

Good, but we also need your code. The code is stored in the browser so the link won’t help. You need to copy the code and paste it here. In the future, if you do Obtenir ayuda -> Solicitar ayuda, it will do it for you.


En la ultima linea de codigo me pide que "la etiqueta footer debe tener un atributo ID establecido como “footer”, y eso es lo que no logro hacer.

Perdon por las respuestas, es la primera vez que uso el foro.

I was able to edit your post so we can see your code now.

Here is how you can write code in the forum

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

1 Like

The problem is here

You need to add the id of footer in the opening form tag.

FCC example of how to write an id
id="contacts-header"
replace contacts-header with the correct text of footer

<footer   place id here>

Make sense?

2 Likes