12 lines
320 B
HTML
12 lines
320 B
HTML
|
<!DOCTYPE html>
|
||
|
<html subLang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>The HTML5 video element</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<video controls="controls" src="../video/shuttle.mp4">
|
||
|
Your browser does not support the HTML5 Video element.
|
||
|
</video>
|
||
|
</body>
|
||
|
</html>
|