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

Course Content

Introduction to HTML

Video

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

html

index

css

index

js

index

  • 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.

html

index

css

index

js

index

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.

Everything was clear?

Section 5. Chapter 6
We're sorry to hear that something went wrong. What happened?
some-alt