Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Desafío: Audio y Video | Medios y Tablas
HTML Definitivo
course content

Contenido del Curso

HTML Definitivo

HTML Definitivo

1. Desarrollo Web
2. Tags y Atributos
3. Estructura del Documento
4. Medios y Tablas
5. Formularios

bookDesafí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:

  1. 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;
  2. 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.

html

index

css

index

js

index

copy
  1. Use the audio tag to specify an audio element.
  2. Use the video tag to specify a video element.
  3. Use the controls attribute to allow users to manage the audio or video playback.
  4. Use the src attribute to specify the file's location. Ensure accurate copying of links from the task.
  5. Use type="audio/mp3" to specify the correct file type for the audio.
  6. Use type="video/mp4" to specify the correct file type for the video.
html

index

css

index

js

index

copy
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 4. Capítulo 6
We're sorry to hear that something went wrong. What happened?
some-alt