Video
The video and audio elements in HTML allow you to embed video and audio content on a web page.
index.html
posterattribute specifies an image to display before the video starts playing;controlsattribute 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
Several other attributes:
autoplayattribute can be used to start playing the video when the page loads automatically;- The
loopattribute can loop the video indefinitely.
Tak for dine kommentarer!
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Spørg mig spørgsmål om dette emne
Opsummér dette kapitel
Vis virkelige eksempler
Awesome!
Completion rate improved to 3.45
Video
Stryg for at vise menuen
The video and audio elements in HTML allow you to embed video and audio content on a web page.
index.html
posterattribute specifies an image to display before the video starts playing;controlsattribute 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
Several other attributes:
autoplayattribute can be used to start playing the video when the page loads automatically;- The
loopattribute can loop the video indefinitely.
Tak for dine kommentarer!