Contenido del Curso
HTML Definitivo
HTML Definitivo
Desafío: Imágenes
🏁 Objetivo
Practica el uso de la ruta absoluta para imágenes en HTML. Al finalizar este desafío, lograrás:
- Obtener experiencia práctica en el uso de la ruta absoluta en un documento HTML;
- Aprender cómo proporcionar un texto
alt
significativo para las imágenes para garantizar la accesibilidad y la experiencia del usuario.
📋 Tarea
- Asegúrate de que el atributo
src
de la primera imagen utilice la ruta absoluta. Puedes encontrar la imagen en:https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/c468052d-6d47-4677-b1d1-fb11ace719b1/meadia-%26-tables/adik.png
; - Utiliza la ruta absoluta para el atributo
src
de la segunda imagen. Accede a la imagen aquí:https://codefinity-content-media-v2.s3.eu-west-1.amazonaws.com/courses/c468052d-6d47-4677-b1d1-fb11ace719b1/meadia-%26-tables/joking.png
; - Especifica el valor apropiado del atributo
alt
para ambas imágenes. Recuerda que el valoralt
es crucial para proporcionar contexto en caso de que las imágenes no se carguen correctamente o para los usuarios que dependen de lectores de pantalla.
Utilize the absolute path for the src
attribute of the second image. Access the image here:
Specify the appropriate alt
attribute value for both images. Remember, the alt
value is crucial for providing context in case images fail to load or for users relying on screen readers.
index
index
index
- Use the
img
tag to specify an image. - Use the
src
attribute to specify the image's location. - Use the
alt
attribute to furnish a descriptive text for the image. - You can use the
width
attribute to define the image's width. - You can use the
height
attribute to define the image's height.
index
index
index
¡Gracias por tus comentarios!