Further information:
You can read commentary on this example at the relevant part of the HTML data Attribute article.
xxxxxxxxxx
<html>
<body>
<h1>How to embed a video using the object element and data attribute</h1>
<object data="https://upload.wikimedia.org/wikipedia/en/8/8d/Bond%2C_James_Bond.webm"
type="video/webm"
width="408"
height="244"></object>
</body>
</html>
You can read commentary on this example at the relevant part of the HTML data Attribute article.