-
Notifications
You must be signed in to change notification settings - Fork 0
/
m2.html
91 lines (72 loc) · 1.96 KB
/
m2.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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<html>
<head>
<style>
body{background-image: url("coff.jpg");background-size: cover}
h1{font-family:IMPACT HEADER;font-size:40;text-decoration:underline}
h2{font-family:verdana; font-size:25px; margin-top:-42px;}
table {
border-collapse: separate;
border-spacing: 15px 10px;
}</head>
</style><title> Suspense </title>
<body>
<h1>SUSPENSE</h1>
<center><h2>The Suspense is terrible. I hope it will last.-Oscar Wilde</center></h2>
<html>
<body>
<table class="w3-table">
<table align="center" width=50% border="0">
<tr>
<th rowspan="2"></th>
<tr >
<td > <img src="king.jpg" width="150" height="250">
<br/><center>Sleeping Beauties</center>
</td>
<td> <img src="patang.jpg" width="150" height="250">
<br/><center>Patang</center>
</td>
<td> <img src="iftom.jpg" width="150" height="250">
<br/><center>If Tomorrow Comes
</td>
<td> <img src="gonegirl.jpg" width="150" height="250">
<br/><center>Gone Girl
</td>
<td> <img src="reckless.jpg" width="150" height="250">
<br/><center>Reckless</center>
</td>
<td> <img src="winner.jpg" width="150" height="250">
<br/><center>The Winner Stands Alone</center>
</td>
<td> <img src="cabin.jpg" width="150" height="250">
<br/>The Woman In Cabin
</td>
</tr>
<tr>
<th rowspan="2"></th></tr>
<tr class="spaceUnder">
<td > <img src="girlontrain.jpg" width="150" height="250">
<br/>The Girl On The Train
</td>
<td> <img src="sleep.jpg" width="150" height="250">
<br/><center>Before I Go To Sleep
</td>
<td> <img src="water.jpg" width="150" height="250">
<br/> <center>Into The Water
</td>
<td> <img src="dark.jpg" width="150" height="250">
<br/><center>Dark Places
</td>
<td> <img src="eyes.jpg" width="150" height="250">
<br/><center>Behind Her Eyes
</td>
<td> <img src="know.jpg" width="150" height="250">
<br/><center>You Will Know Me
</td>
<td> <img src="game.jpg" width="150" height="250">
<br/><center>The Lying Game
</td>
</tr>
</table>
</body>
</html>
</body></html>