-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgot.html
70 lines (69 loc) · 2.44 KB
/
got.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
<html>
<head>
<title> Web programming-18043 </title>
<meta charset="utf-8">
<meta name="Web Programming Assignment ">
<title>Web Programming Assignment 2-18043</title>
<script type="text/javascript">
function call()
{
alert("YEAH YOU ARE RIGHT.IT ENDED.SAD ISN'T IT ? :(")
}
</script>
</head>
<body style="background-color:lightblue"/>
<body>
<input type="button" onclick="call()" style="background-color:mistyrose; color: black; width: 300px; height: 30px; margin-left: 40% " value=" GAME OF THRONES " />
<h3 align="center"> SADIQ SONALKAR - 18043</h3>
<br>
<br>
<table height="400px" width="450px" border="4" cellpadding="20px" align="left" >
<th>HOUSE STARK </th>
<tr>
<td align="center">
<a href="https://youtu.be/o4FHIZNvhPo">
<img src="house%20stark.jpg"width="350px" height="300px" alt="STARK">
</a>
</tr>
</table>
<table height="400" width="450" border="4" cellpadding="20px" align="right">
<th>HOUSE TARGARYEN</th>
<tr>
<td align="center">
<a href="https://youtu.be/D6EDrPC3oeA">
<img src="house%20targaryen.jpg" width="350px" height="300px" alt="TARGARYEN" >
</a>
</tr>
</table>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<table height="400" width="450" border="4" cellpadding="20px" align="center">
<th>HOUSE LANNISTER</th>
<tr>
<td align="center">
<a href="https://youtu.be/rcgBNyy2Pls">
<img src="house%20lannister.jpg" width="350px" height="300px" alt="LANNISTER" >
</a>
</tr>
</table>
<br>
<table height="400" width="450" border="4" cellpadding="20px" align="left">
<th>HOUSE TYRELL</th>
<tr>
<td align="center">
<a href="https://youtu.be/S2LGGeA8CcM">
<img src="house%20tyrell.jpg" width="350px" height="300px" alt="TYRELL" >
</a>
</tr>
</table>
<table height="400px" width="450px" border="4" cellpadding="20px" align="right" >
<th>HOUSE BARATHEON </th>
<tr>
<td align="center">
<a href="https://youtu.be/mP6uip1Lmfc">
<img src="house%20baratheon.jpg"width="350px" height="300px" alt="BARATHEON">
</a>
</tr>
<br>
<br>
</body>
</html>