programming-examples/html/_Basics/Defining alternative sources for video element.html

10 lines
283 B
HTML
Raw Normal View History

2019-11-15 12:59:38 +01:00
<!DOCTYPE html>
<html subLang="en">
<head>
<meta charset="UTF-8">
<title>Example of Inserting Video Using object Element</title>
</head>
<body>
<object data="../video/blur.swf" width="400px" height="200px"></object>
</body>
</html>