HTML <video> Element Reference

The HTML <video> element embeds video with optional controls, tracks, and alternative sources.

<video>

HTML <video> Element Reference

The HTML <video> element embeds video with optional controls, tracks, and alternative sources.

Categories

  • Embedded content

Tag omission

Consult the HTML Living Standard for the precise tag-omission rules.

Content model

  • Detailed content-model guidance will be added to this reference.

Attributes

Examples

Example

A practical video element example.

<video controls width="640">
  <source src="demo.webm" type="video/webm">
  <track kind="captions" src="captions.vtt" srclang="en">
</video>

Related references

Description

The HTML <video> element embeds video with optional controls, tracks, and alternative sources.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <video> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies