-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·40 lines (39 loc) · 1.39 KB
/
index.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
<!DOCTYPE html>
<!--
Author : Dinesh
-->
<html>
<head>
<title>ABC Company</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="StyleSheet.css" rel="stylesheet" type="text/css">
<script src="scripts.js"></script>
</head>
<body onload="begin = beginAdPage()">
<table>
<tr>
<td>
<div id="my_image">
<img src="images/image11.jpg" name="imagesAd" alt="Changing image" />
</div>
</td>
<td>
<div id="page">
<section>
<p><strong>Advertisement</strong></p>
<form action="" name="homework2Form">
<p>
The ABC home page will be displayed in
<input type="text" name="timeLeft" size="2" value="15" />
seconds
</p>
<p><a href="ABC2.html">Skip advertisement</a></p>
</form>
</section>
</div>
</td>
</tr>
</table>
</body>
</html>