Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele 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.

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 5. Luku 6

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

Awesome!

Completion rate improved to 3.45

bookVideo

Pyyhkäise näyttääksesi valikon

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.

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 5. Luku 6
some-alt