forked from csaai/practica-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathejercicio7.html
24 lines (24 loc) · 931 Bytes
/
ejercicio7.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>CSSAI - Práctica II</title>
</head>
<body>
<h1>Prática I - Ejercicio 7</h1>
<table>
<tr><td>
<video src="http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi"
poster ="http://media.xiph.org/BBB/BBB-360-png/big_buck_bunny_00703.png"
width=400 controls/>
</td></tr>
<tr><td>
<video src="http://media.w3.org/2010/05/sintel/trailer.webm"
poster="http://media.w3.org/2010/05/sintel/poster.png" width=400 controls/>
</td></tr>
<tr><td>
<video src="http://simpl.info/video/video/chrome.webm"
poster = "http://simpl.info/video/images/poster.jpg" width=400 controls/>
<td></tr>
</table>
</body>
</html>