Smal SEO Tool

HTML Video

The HTML <video> element is used to show a video on a web page.

Common Attributes

  • controls: Adds video controls, like play, pause, and volume.
  • autoplay: Makes the video start playing automatically. Note: Many browsers block autoplay with sound.
  • muted: Mutes the audio output of the video. Often used with `autoplay`.
  • loop: Makes the video start over again, every time it is finished.
  • width and height: Sets the size of the video player.
  • poster: Specifies an image to be shown while the video is downloading, or until the user hits the play button.