HTML <video>

video はHTML文書に動画を埋め込む要素である。

<video controls width="300">
  <source src="/html/media/spot-billed-duck.mp4" type="video/mp4">
</video>