Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Video | Advanced Concepts
Introduction to HTML

bookVideo

The video and audio elements in HTML allow you to embed video and audio content on a web page.

index.html

index.html

copy
  • poster attribute specifies an image to display before the video starts playing;
  • controls attribute adds playback controls to the video.

You can also use the source element to specify multiple video versions in different formats, and the browser will choose the appropriate version based on the device's capabilities.

index.html

index.html

copy

Several other attributes:

  • autoplay attribute can be used to start playing the video when the page loads automatically;
  • The loop attribute can loop the video indefinitely.

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 5. Capítulo 6

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

Awesome!

Completion rate improved to 3.45

bookVideo

Desliza para mostrar el menú

The video and audio elements in HTML allow you to embed video and audio content on a web page.

index.html

index.html

copy
  • poster attribute specifies an image to display before the video starts playing;
  • controls attribute adds playback controls to the video.

You can also use the source element to specify multiple video versions in different formats, and the browser will choose the appropriate version based on the device's capabilities.

index.html

index.html

copy

Several other attributes:

  • autoplay attribute can be used to start playing the video when the page loads automatically;
  • The loop attribute can loop the video indefinitely.

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 5. Capítulo 6
some-alt