← Back to Tag Glossary

<video>

Media

Embeds a native video player directly in the browser.

Common Attributes

  • src Configures the element's custom src parameter.
  • controls Configures the element's custom controls parameter.
  • width Configures the element's custom width parameter.
  • height Configures the element's custom height parameter.
  • autoplay Configures the element's custom autoplay parameter.
  • muted Configures the element's custom muted parameter.
  • loop Configures the element's custom loop parameter.
  • playsinline Configures the element's custom playsinline parameter.
interactive-example.html
Live Preview