@Luis2790Submitted almost 2 years ago
Manuel Salvador
@manuelsclAll comments
- @manuelsclPosted almost 2 years ago
¡Hola Luis, Felicitaciones por completar tu primer reto!
Tengo algunas sugerencias que te ayudarán a mejorar tu código.
HTML:
- Para evitar que salga la advertencia en los reportes de tu solución debes usar el elemento
<main>
- Usa
./
en el atributosrc="./rutaDeLaImagen/imagen"
para que esté visible en el sitio, igual para el ícono del botón - Deberías agregar un texto alternativo para tu imagen, por ejemplo:
alt="Una foto de un perfume"
- En el elemento
<button>
debes removera=""
ya que no es un atributo y en su lugar utilizar la etiqueta<a>
con el atributohref=""
Los estilos para la vista 'desktop' no están funcionando correctamente, anímate a hacer responsive tu solución.
Espero que estas sugerencias sean útiles 😊
0 - Para evitar que salga la advertencia en los reportes de tu solución debes usar el elemento
- @manuelsclSubmitted almost 2 years ago
Hi, there!
This is my solution to the challenge, Your feedback is highly appreciated <3
@manuelsclPosted almost 2 years agoHello, @ApplePieGiraffe!
I already made the changes in my solution, I would like you to take a look and tell me what you think.
Your suggestions were very useful, thank you <3
1