blob: 88347cbc95b214904d474b871535e118079dee5e (
plain) (
blame)
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
|
<html>
<head>
<title>IE4START</title>
<style>
body {
font-family: "Microsoft Sans Serif";
text-align: center;
}
h1 {
margin-top: 19px;
font-size: 14.25pt;
font-style: bold;
}
p {
font-size: 11.25pt;
}
h2 {
font-size: 12pt;
font-style: bold;
margin-top: 50px;
}
p.end {
font-size: 9.75pt;
}
a {
color: blue;
text-decoration: underline;
cursor: pointer;
}
</style>
</head>
<body>
<h1>Welcome to Internet Explorer 4</h1>
<p>Welcome To Internet Explorer 4.<br>
Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.<br>
Just type an address in the location bar above and then press go.<br>
Instantly you will be taken to the webpage of your choosing.<br>
Where do you want to go today?</p>
<h2>Here are some sites you may want to visit.</h2>
<a id="google">www.google.com</a><br>
<a id="padams">www.12padams.com</a>
<p class="end">Where do you want to go today?</p>
</body>
</html>
|