<video>

Description

The video element embeds video content into a web page.

Example


<!DOCTYPE HTML>//from w w w .j  a va 2 s. c om
<html>
<body>
      <video width="360" height="240" src="your.webm" autoplay controls
            preload="none" muted> Video cannot be displayed
      </video>
</body>
</html>




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference