externalresource1html.html (472B)
1 <!DOCTYPE html> 2 <html lang=en> 3 <head> 4 <meta charset=utf-8> 5 <link href="externalresource1htmlrules.xml" rel="its-rules"> 6 <title>Video element example</title> 7 </head> 8 <body> 9 <video 10 width="640" 11 height="360" 12 src="http://www.example.com/video/v2.mp" 13 poster="video-image.png">If your browser doesn't support the <code>video</code> element, you can <a href="http://www.example.com/video/v2.mp">download the video</a> instead.</video> 14 </body> 15 </html>