-
Notifications
You must be signed in to change notification settings - Fork 2
/
aditya.htm
39 lines (38 loc) · 1.19 KB
/
aditya.htm
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<table border="1px">
<tr>
<td colspan="2" onmouseover="change1();" id="one">
You
</td>
<td colspan="2" onmouseout="change2();" id="two">
are
</td>
<td colspan="2" onmousemove="change3()" id="three">
G29
</td>
</tr>
<tr>
<td colspan="3">
<button type="button" name="button" ondblclick="change4();" id="four">Chitkara</button>
</td>
<td colspan="3">
<button type="button" name="button" onclick="change5();" id="five">University</button>
</td>
</tr>
<tr>
<td colspan="3">
<button type="button" name="button" onclick="change6();">Button</button>
</td>
<td colspan="3">
<iframe src="https://giphy.com/embed/q217GUnfKAmJlFcjBX" width="480" height="270" frameBorder="0" class="giphy-embed" allowFullScreen style="opacity:0" id="img123"></iframe>
</tr>
</table>
<script src="Script.js" type="text/javascript"></script>
</body>
</html>