OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / html5 / video.org.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>video tag</title>
5 </head>
6 <body>
7
8 <video width="320" height="240" controls>
9   <source src="movie.mp4" type="video/mp4">
10   <source src="movie.ogg" type="video/ogg">
11   Your browser does not support the video tag.
12 </video>
13
14 </body>
15 </html>