-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask6.html
More file actions
62 lines (52 loc) · 2.06 KB
/
Copy pathtask6.html
File metadata and controls
62 lines (52 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4x4 video laytout</title>
</head>
<body>
<table border="1" cellpadding="10" cellspacing="10" width="100%">
<tr>
<td><video width="150" height="150" autoplay controls muted poster="./n.jpg" >
<source src="./v (1).mp4" width="5" height="5" >
</video> </td>
<td> <video width="150" height="150" autoplay controls muted poster="./n1.jpg">
<source src="./v (2).mp4" width="5" height="5" >
</video></td>
<td> <video width="150" height="150" autoplay controls muted poster="./n2.jpg">
<source src="./v (3).mp4" width="5" height="5">
</video></td>
<td><video width="150" height="150" autoplay controls muted poster="./n3.jpg">
<source src="./v (4).mp4" width="5" height="5" >
</video></td></tr>
<tr>
<td> video 1
</td>
<td> video 2</td>
<td> video 3</td>
<td> video 4</td>
</tr>
<tr>
<td> <video width="150" height="150" autoplay controls muted poster="./n4.jpg" >
<source src="./v (5).mp4" width="5" geight="5" >
</video></td>
<td> <video width="150" height="150" autoplay controls muted poster="./n5.jpg" >
<source src="./v (6).mp4" width="5" height="5">
</video></td>
<td> <video width="150" height="150" autoplay controls muted poster="./n6.jpg" >
<source src="./v (9).mp4" width="5" height="5" >
</video></td>
<td><video width="150" height="150" autoplay controls muted poster="./n7.jpg">
<source src="./v (8).mp4" width="5" height="5">
</video></td>
</tr>
<tr>
<td>video 5</td>
<td> video 6</td>
<td> video 7</td>
<td> video 8</td>
</tr>
</table>
</body>
</html>