Contenido del Curso
HTML Definitivo
HTML Definitivo
Desafío: Audio y Video
🏁 Objetivo
Cree una experiencia multimedia atractiva para los visitantes del sitio web incorporando contenidos de audio y video mediante tags y atributos HTML.
📋 Tarea
Lleve el sitio web al siguiente nivel sumergiendo a los usuarios en una cautivadora experiencia multimedia. Su tarea consiste en:
- Para el Audio: Incrusta un archivo de audio que proporcione una atmósfera relajante a los usuarios. Utilice el siguiente enlace para el audio:
https://codefinity-content-media.s3.eu-west-1.amazonaws.com/code-1/ultimate-html/media+and+tables/just-relax-audio.mp3
; - Para el Video: Integre un vídeo que permita a los usuarios disfrutar de la belleza de las criaturas de la naturaleza. Utilice el siguiente enlace para el video:
https://codefinity-content-media.s3.eu-west-1.amazonaws.com/code-1/ultimate-html/media+and+tables/tiger-video.mp4
.
For the Video: Integrate a video that lets users enjoy the beauty of nature creatures. Use the following link for the video:
Add playback controls like play and pause.
Add file types.
index
index
index
- Use the
audio
tag to specify an audio element. - Use the
video
tag to specify a video element. - Use the
controls
attribute to allow users to manage the audio or video playback. - Use the
src
attribute to specify the file's location. Ensure accurate copying of links from the task. - Use
type="audio/mp3"
to specify the correct file type for the audio. - Use
type="video/mp4"
to specify the correct file type for the video.
index
index
index
¡Gracias por tus comentarios!