-
Notifications
You must be signed in to change notification settings - Fork 0
/
His.html
80 lines (78 loc) · 2.29 KB
/
His.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<h1>Histroy of the window upgrade 1985-2021</h1>
<div class="y">
System
Year
</div>
<p>1.Window 1.0--------------------------------1985</p>
<img class="s" src="window 1.0.jpeg">
<p>2.Window 2.0-------------------------------1987</p>
<img class="s" src="window 2.0.png">
<p>3.Window 3.0-------------------------------1990</p>
<img class="s" src="window 3.0.png">
<p>4.Window NT -------------------------------1993</p>
<img class="s" src="window NT.jpeg">
<p>5.Window 95 --------------------------------1995</p>
<img class="s" src="window 95.jpeg">
<p>6.Window 98 -------------------------------1998</p>
<img class="s" src="window 98.jpeg">
<p>7.Window 2000-----------------------------2000</p>
<img class="s" src="window 2000.png">
<p>8.Window Me ----------------------------- 2000</p>
<img class="s" src="window Me.jpeg">
<p>9.Window Xp -------------------------------- 2001</p>
<img class="s" src="Window xp.png">
<p>10.Window Vista--------------------------2006</p>
<img class="s" src="window vista.jpeg">
<p>11.Window 7 ------------------------------ 2009</p>
<img class="s" src="window 7.jpeg">
<p>12.Window 8 ------------------------------ 2012</p>
<img class="s" src="window 8.png">
<p>13.Window 10 ----------------------------- 2014</p>
<img class="s" src="window 10.png">
<p>14.Window 11---------------------------- 2021 </p>
<img class="s" src="window 11.png">
<div class="e">
</div>
<style>
.e{
border: 1px solid transparent;
height: 100px;
width: 200px;
margin-left: 100px;
}
.y{
border: 1px solid red;
margin-top: 60px;
width: 360px;
margin-left: 10px;
font-size: 25px;
}
p{
margin-left: 20px;
font-size:20px;
color: red;
}
.s{
width:350px;
height:300px;
margin-left: 10px;
border: 1px solid red;
border-radius: 20px;
}
h1{
font-size: 28px;
margin-top:20px;
margin-left: 10px;
}
</style>
</body>
</html>